MqFactoryC - various functions to create, initialize and destroy a factory … More...
Functions | |
static OT_ProcRet | pymqmsgque_MqFactoryC_Dup2 (MqFactoryC_ARGS) |
Python: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
static OT_ProcRet | pymqmsgque_MqFactoryC_Add (OtClass_ARGS) |
Python: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
static OT_ProcRet | pymqmsgque_MqFactoryC_new (CONSTR_ARGS) |
Python: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
MqFactoryC - various functions to create, initialize and destroy a factory …
|
static |
Python:
→ C-API [constructor,static] MqFactoryC MqFactoryC.Add(constructor:class, ?ident:string="MK_NULL"?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 683 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [constructor] MqFactoryC fct.Dup2(ident:string)
create a duplicate of the singleton object MqFactoryC using a new factory-identifer
Definition at line 661 of file MqFactoryC_py.c.
|
static |
Python:
→ C-API [constructor,static] MqFactoryC MqFactoryC.new(constructor:class, ?ident:string="MK_NULL"?)
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 707 of file MqFactoryC_py.c.