MqFactoryC - various functions to create, initialize and destroy a factory … More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqFactoryC_Dup2 (MqFactoryC_ARGS) |
Atl: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
static OT_ProcRet | atlmqmsgque_MqFactoryC_Add (OtClass_ARGS) |
Atl: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
static OT_ProcRet | atlmqmsgque_MqFactoryC_CTOR (CONSTR_ARGS) |
Atl: → 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 |
Atl:
→ 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 691 of file MqFactoryC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MqFactoryC [MqFactoryC::CTOR constructor:class ?ident:string="MK_NULL"?]
Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor …
Definition at line 715 of file MqFactoryC_atl.c.
|
static |
Atl:
→ C-API (constructor) MqFactoryC [MqFactoryC::Dup2 $fct ident:string]
create a duplicate of the singleton object MqFactoryC using a new factory-identifer
Definition at line 669 of file MqFactoryC_atl.c.