MqFactoryC - define the class … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqFactoryC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MqFactoryC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymqmsgque_MqFactoryC_HandleGet (MqFactoryC_ARGS) |
static OT_ProcRet | pymqmsgque_MqFactoryC_Next (MqFactoryC_ARGS) |
Python: → C-API get next instance from linked-list of MqFactoryS type | |
static OT_ProcRet | pymqmsgque_MqFactoryC_Prev (MqFactoryC_ARGS) |
Python: → C-API get previous instance from linked-list of MqFactoryS type | |
static OT_ProcRet | pymqmsgque_MqFactoryC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MqFactoryS type … | |
static OT_ProcRet | pymqmsgque_MqFactoryC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MqFactoryC typed NULL instance … | |
MqFactoryC - define the class …
Method definition
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.GetNull()
Null-Slot - return a MqFactoryC typed NULL
instance …
Definition at line 460 of file MqFactoryC_py.c.
|
static |
Definition at line 395 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MqFactoryC from netHdl or None
if invalid…
Definition at line 376 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.Instances()
get head-instance from linked-list of MqFactoryS type …
Definition at line 437 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API MqFactoryC fct.Next()
get next instance from linked-list of MqFactoryS type
Definition at line 407 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API MqFactoryC fct.Prev()
get previous instance from linked-list of MqFactoryS type
Definition at line 421 of file MqFactoryC_py.c.