MkBufferC - define the class … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkBufferC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmkkernel_MkBufferC_HandleGet (MkBufferC_ARGS) |
static OT_ProcRet | tclmkkernel_MkBufferC_Next (MkBufferC_ARGS) |
Tcl: → C-API get next instance from linked-list of MkBufferS type | |
static OT_ProcRet | tclmkkernel_MkBufferC_Prev (MkBufferC_ARGS) |
Tcl: → C-API get previous instance from linked-list of MkBufferS type | |
static OT_ProcRet | tclmkkernel_MkBufferC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of MkBufferS type … | |
static OT_ProcRet | tclmkkernel_MkBufferC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
static |
Tcl:
→ C-API (static) MkBufferC [MkBufferC GetNull]
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 384 of file MkBufferC_tcl.c.
|
static |
Definition at line 319 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkBufferC [MkBufferC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkBufferC from netHdl or "MK_NULL"
if invalid…
Definition at line 300 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkBufferC [MkBufferC Instances]
get head-instance from linked-list of MkBufferS type …
Definition at line 361 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf Next]
get next instance from linked-list of MkBufferS type
Definition at line 331 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf Prev]
get previous instance from linked-list of MkBufferS type
Definition at line 345 of file MkBufferC_tcl.c.