MqFactoryC - various functions to 'get' data out of a factory … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqFactoryC_Get (OtClass_ARGS) |
Python: → C-API return the MqFactoryC | |
static OT_ProcRet | pymqmsgque_MqFactoryC_GetCalled (OtClass_ARGS) |
Python: → C-API returns the MqFactoryC identified by ident … | |
static OT_ProcRet | pymqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS) |
Python: → C-API returns the MqFactoryC identified as first argument in the largs MkBufferListC … | |
static OT_ProcRet | pymqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS) |
Python: → C-API helper function to return MqFactoryS::originalIdent | |
MqFactoryC - various functions to 'get' data out of a factory …
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.Get(?ident:string=""?)
return the MqFactoryC
Definition at line 476 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.GetCalled(?ident:string=""?)
returns the MqFactoryC identified by ident …
Definition at line 492 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [static] MqFactoryC MqFactoryC.GetCalledL(largs:MkBufferListC)
returns the MqFactoryC identified as first argument in the largs MkBufferListC …
Definition at line 508 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API string fct.GetOriginalIdent()
helper function to return MqFactoryS::originalIdent
Definition at line 526 of file MqFactoryC_py.c.