MqDumpC - define the class … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqDumpC_HandleResolve (OtClass_ARGS) |
Tcl: → C-API Handle-Resolve-Slot - return a MqDumpC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmqmsgque_MqDumpC_HandleGet (MqDumpC_ARGS) |
static OT_ProcRet | tclmqmsgque_MqDumpC_Next (MqDumpC_ARGS) |
Tcl: → C-API get next instance from linked-list of MqDumpS type | |
static OT_ProcRet | tclmqmsgque_MqDumpC_Prev (MqDumpC_ARGS) |
Tcl: → C-API get previous instance from linked-list of MqDumpS type | |
static OT_ProcRet | tclmqmsgque_MqDumpC_Instances (OtClass_ARGS) |
Tcl: → C-API get head-instance from linked-list of MqDumpS type … | |
static OT_ProcRet | tclmqmsgque_MqDumpC_GetNull (OtClass_ARGS) |
Tcl: → C-API Null-Slot - return a MqDumpC typed NULL instance … | |
MqDumpC - define the class …
|
static |
Tcl:
→ C-API (static) MqDumpC [MqDumpC GetNull]
Null-Slot - return a MqDumpC typed NULL
instance …
Definition at line 240 of file MqDumpC_tcl.c.
|
static |
Definition at line 175 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (static) MqDumpC [MqDumpC HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MqDumpC from netHdl or "MK_NULL"
if invalid…
Definition at line 156 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API (static) MqDumpC [MqDumpC Instances]
get head-instance from linked-list of MqDumpS type …
Definition at line 217 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API MqDumpC [$dmp Next]
get next instance from linked-list of MqDumpS type
Definition at line 187 of file MqDumpC_tcl.c.
|
static |
Tcl:
→ C-API MqDumpC [$dmp Prev]
get previous instance from linked-list of MqDumpS type
Definition at line 201 of file MqDumpC_tcl.c.