MkErrorC - define the class … More...
Collaboration diagram for MkErrorC_Class_TCL_API:Functions | |
| static OT_ProcRet | tclmkkernel_MkErrorC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or "MK_NULL" if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmkkernel_MkErrorC_HandleGet (MkErrorC_ARGS) |
| static OT_ProcRet | tclmkkernel_MkErrorC_Next (MkErrorC_ARGS) |
Tcl: → C-API get next instance from linked-list of MkErrorS type | |
| static OT_ProcRet | tclmkkernel_MkErrorC_Prev (MkErrorC_ARGS) |
Tcl: → C-API get previous instance from linked-list of MkErrorS type | |
| static OT_ProcRet | tclmkkernel_MkErrorC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of MkErrorS type … | |
| static OT_ProcRet | tclmkkernel_MkErrorC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
|
static |
Tcl: → C-API (static) MkErrorC [MkErrorC GetNull]
Null-Slot - return a MkErrorC typed NULL instance …
Definition at line 279 of file MkErrorC_tcl.c.
|
static |
Definition at line 214 of file MkErrorC_tcl.c.
|
static |
Tcl: → C-API (static) MkErrorC [MkErrorC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkErrorC from netHdl or "MK_NULL" if invalid…
Definition at line 195 of file MkErrorC_tcl.c.
|
static |
Tcl: → C-API (static) MkErrorC [MkErrorC Instances]
get head-instance from linked-list of MkErrorS type …
Definition at line 256 of file MkErrorC_tcl.c.
|
static |
Tcl: → C-API MkErrorC [$err Next]
get next instance from linked-list of MkErrorS type
Definition at line 226 of file MkErrorC_tcl.c.
|
static |
Tcl: → C-API MkErrorC [$err Prev]
get previous instance from linked-list of MkErrorS type
Definition at line 240 of file MkErrorC_tcl.c.