MqContextC - define the class … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqContextC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MqContextC from netHdl or None if invalid… | |
static OT_ProcRet | pymqmsgque_MqContextC_Next (MqContextC_ARGS) |
Python: → C-API get next instance from linked-list of MqContextS type | |
static OT_ProcRet | pymqmsgque_MqContextC_Prev (MqContextC_ARGS) |
Python: → C-API get previous instance from linked-list of MqContextS type | |
static OT_ProcRet | pymqmsgque_MqContextC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MqContextS type … | |
static OT_ProcRet | pymqmsgque_MqContextC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MqContextC typed NULL instance … | |
MqContextC - define the class …
|
static |
Python:
→ C-API [static] MqContextC MqContextC.GetNull()
Null-Slot - return a MqContextC typed NULL
instance …
Definition at line 537 of file MqContextC_py.c.
|
static |
Python:
→ C-API [static] MqContextC MqContextC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MqContextC from netHdl or None
if invalid…
Definition at line 455 of file MqContextC_py.c.
|
static |
Python:
→ C-API [static] MqContextC MqContextC.Instances()
get head-instance from linked-list of MqContextS type …
Definition at line 514 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.Next()
get next instance from linked-list of MqContextS type
Definition at line 484 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.Prev()
get previous instance from linked-list of MqContextS type
Definition at line 498 of file MqContextC_py.c.