MqFactoryC - various functions to 'get' data out of a factory … More...
Functions | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_Get (OtClass_ARGS) |
Ruby: → C-API return the MqFactoryC | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_GetCalled (OtClass_ARGS) |
Ruby: → C-API returns the MqFactoryC identified by ident … | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS) |
Ruby: → C-API returns the MqFactoryC identified as first argument in the largs MkBufferListC … | |
static OT_ProcRet | rbmqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS) |
Ruby: → C-API helper function to return MqFactoryS::originalIdent | |
MqFactoryC - various functions to 'get' data out of a factory …
|
static |
Ruby:
→ C-API (static) MqFactoryC MqFactoryC.Get(?ident:string=""?)
return the MqFactoryC
Definition at line 369 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (static) MqFactoryC MqFactoryC.GetCalled(?ident:string=""?)
returns the MqFactoryC identified by ident …
Definition at line 382 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API (static) MqFactoryC MqFactoryC.GetCalledL(largs:MkBufferListC)
returns the MqFactoryC identified as first argument in the largs MkBufferListC …
Definition at line 395 of file MqFactoryC_rb.c.
|
static |
Ruby:
→ C-API string fct.GetOriginalIdent()
helper function to return MqFactoryS::originalIdent
Definition at line 410 of file MqFactoryC_rb.c.