MqDumpC - define the class … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqDumpC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a MqDumpC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmqmsgque_MqDumpC_HandleGet (MqDumpC_ARGS) |
static OT_ProcRet | rbmqmsgque_MqDumpC_Next (MqDumpC_ARGS) |
Ruby: → C-API get next instance from linked-list of MqDumpS type | |
static OT_ProcRet | rbmqmsgque_MqDumpC_Prev (MqDumpC_ARGS) |
Ruby: → C-API get previous instance from linked-list of MqDumpS type | |
static OT_ProcRet | rbmqmsgque_MqDumpC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of MqDumpS type … | |
static OT_ProcRet | rbmqmsgque_MqDumpC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a MqDumpC typed NULL instance … | |
MqDumpC - define the class …
Method definition
|
static |
Ruby:
→ C-API (static) MqDumpC MqDumpC.GetNull()
Null-Slot - return a MqDumpC typed NULL
instance …
Definition at line 226 of file MqDumpC_rb.c.
|
static |
Definition at line 170 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (static) MqDumpC MqDumpC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MqDumpC from netHdl or nil if invalid…
Definition at line 154 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API (static) MqDumpC MqDumpC.Instances()
get head-instance from linked-list of MqDumpS type …
Definition at line 206 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API MqDumpC dmp.Next()
get next instance from linked-list of MqDumpS type
Definition at line 182 of file MqDumpC_rb.c.
|
static |
Ruby:
→ C-API MqDumpC dmp.Prev()
get previous instance from linked-list of MqDumpS type
Definition at line 193 of file MqDumpC_rb.c.