MqDumpC - define the class … More...
Collaboration diagram for MqDumpC_Class_PY_API:Functions | |
| static OT_ProcRet | pymqmsgque_MqDumpC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MqDumpC from netHdl or None if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymqmsgque_MqDumpC_HandleGet (MqDumpC_ARGS) |
| static OT_ProcRet | pymqmsgque_MqDumpC_Next (MqDumpC_ARGS) |
Python: → C-API get next instance from linked-list of MqDumpS type | |
| static OT_ProcRet | pymqmsgque_MqDumpC_Prev (MqDumpC_ARGS) |
Python: → C-API get previous instance from linked-list of MqDumpS type | |
| static OT_ProcRet | pymqmsgque_MqDumpC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MqDumpS type … | |
| static OT_ProcRet | pymqmsgque_MqDumpC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MqDumpC typed NULL instance … | |
MqDumpC - define the class …
Method definition
|
static |
Python: → C-API [static] MqDumpC MqDumpC.GetNull()
Null-Slot - return a MqDumpC typed NULL instance …
Definition at line 222 of file MqDumpC_py.c.
|
static |
Definition at line 157 of file MqDumpC_py.c.
|
static |
Python: → C-API [static] MqDumpC MqDumpC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MqDumpC from netHdl or None if invalid…
Definition at line 138 of file MqDumpC_py.c.
|
static |
Python: → C-API [static] MqDumpC MqDumpC.Instances()
get head-instance from linked-list of MqDumpS type …
Definition at line 199 of file MqDumpC_py.c.
|
static |
Python: → C-API MqDumpC dmp.Next()
get next instance from linked-list of MqDumpS type
Definition at line 169 of file MqDumpC_py.c.
|
static |
Python: → C-API MqDumpC dmp.Prev()
get previous instance from linked-list of MqDumpS type
Definition at line 183 of file MqDumpC_py.c.