MqFactoryC - various functions to 'get' data out of a factory … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqFactoryC_Get (OtClass_ARGS) |
Tcl: → C-API return the MqFactoryC | |
static OT_ProcRet | tclmqmsgque_MqFactoryC_GetCalled (OtClass_ARGS) |
Tcl: → C-API returns the MqFactoryC identified by ident … | |
static OT_ProcRet | tclmqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS) |
Tcl: → C-API returns the MqFactoryC identified as first argument in the largs MkBufferListC … | |
static OT_ProcRet | tclmqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS) |
Tcl: → C-API helper function to return MqFactoryS::originalIdent | |
MqFactoryC - various functions to 'get' data out of a factory …
|
static |
Tcl:
→ C-API (static) MqFactoryC [MqFactoryC Get ?ident:string=""?]
return the MqFactoryC
Definition at line 527 of file MqFactoryC_tcl.c.
|
static |
Tcl:
→ C-API (static) MqFactoryC [MqFactoryC GetCalled ?ident:string=""?]
returns the MqFactoryC identified by ident …
Definition at line 543 of file MqFactoryC_tcl.c.
|
static |
Tcl:
→ C-API (static) MqFactoryC [MqFactoryC GetCalledL largs:MkBufferListC]
returns the MqFactoryC identified as first argument in the largs MkBufferListC …
Definition at line 559 of file MqFactoryC_tcl.c.
|
static |
Tcl:
→ C-API string [$fct GetOriginalIdent]
helper function to return MqFactoryS::originalIdent
Definition at line 577 of file MqFactoryC_tcl.c.