MqContextC - define the class … More...
Functions | |
static OT_ProcRet | py_mqmsgque_MqContextC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MqContextC from netHdl or None if invalid… | |
static OT_ProcRet | py_mqmsgque_MqContextC_Next (MqContextC_ARGS) |
Python: → C-API get next instance from linked-list of MqContextS type | |
static OT_ProcRet | py_mqmsgque_MqContextC_Prev (MqContextC_ARGS) |
Python: → C-API get previous instance from linked-list of MqContextS type | |
static OT_ProcRet | py_mqmsgque_MqContextC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MqContextS type … | |
static OT_ProcRet | py_mqmsgque_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 539 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 457 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 516 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.Next()
get next instance from linked-list of MqContextS type
Definition at line 486 of file MqContextC_py.c.
|
static |
Python:
→ C-API MqContextC ctx.Prev()
get previous instance from linked-list of MqContextS type
Definition at line 500 of file MqContextC_py.c.