MkLogFileC - define the class … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkLogFileC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a MkLogFileC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmkkernel_MkLogFileC_HandleGet (MkLogFileC_ARGS) |
static OT_ProcRet | tclmkkernel_MkLogFileC_Next (MkLogFileC_ARGS) |
Tcl: → C-API get next instance from linked-list of MkLogFileS type | |
static OT_ProcRet | tclmkkernel_MkLogFileC_Prev (MkLogFileC_ARGS) |
Tcl: → C-API get previous instance from linked-list of MkLogFileS type | |
static OT_ProcRet | tclmkkernel_MkLogFileC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of MkLogFileS type … | |
static OT_ProcRet | tclmkkernel_MkLogFileC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a MkLogFileC typed NULL instance … | |
MkLogFileC - define the class …
|
static |
Tcl:
→ C-API (static) MkLogFileC [MkLogFileC GetNull]
Null-Slot - return a MkLogFileC typed NULL
instance …
Definition at line 235 of file MkLogFileC_tcl.c.
|
static |
Definition at line 170 of file MkLogFileC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkLogFileC [MkLogFileC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkLogFileC from netHdl or "MK_NULL"
if invalid…
Definition at line 151 of file MkLogFileC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkLogFileC [MkLogFileC Instances]
get head-instance from linked-list of MkLogFileS type …
Definition at line 212 of file MkLogFileC_tcl.c.
|
static |
Tcl:
→ C-API MkLogFileC [$lfl Next]
get next instance from linked-list of MkLogFileS type
Definition at line 182 of file MkLogFileC_tcl.c.
|
static |
Tcl:
→ C-API MkLogFileC [$lfl Prev]
get previous instance from linked-list of MkLogFileS type
Definition at line 196 of file MkLogFileC_tcl.c.