MqFactoryC - various functions to create, initialize and destroy a factory … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_Dup2 (MqFactoryC_ARGS) |
Ruby: → C-API create a duplicate of the singleton object MqFactoryC using a new factory-identifer | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_Add (OtClass_ARGS) |
Ruby: → C-API Add a new MqFactoryC identified by factory-identifier and defined by factory-constructor … | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_new (CONSTR_ARGS) |
Ruby: → 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 |
Ruby:
→ 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 535 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MqFactoryC fct.Dup2(ident:string)
create a duplicate of the singleton object MqFactoryC using a new factory-identifer
Definition at line 517 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ 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 555 of file MqFactoryC_rb.c.