theLink 10.0
Loading...
Searching...
No Matches
MqFactoryC_Get_RB_API

MqFactoryC - various functions to 'get' data out of a factoryMore...

+ Collaboration diagram for MqFactoryC_Get_RB_API:

Functions

static OT_ProcRet rbmqmsgque_MqFactoryC_Get (OtClass_ARGS)
  Ruby: (static) MqFactoryC MqFactoryC.Get(?ident:string=""?) C-API
return the MqFactoryC
 
static OT_ProcRet rbmqmsgque_MqFactoryC_GetCalled (OtClass_ARGS)
  Ruby: (static) MqFactoryC MqFactoryC.GetCalled(?ident:string=""?) C-API
returns the MqFactoryC identified by ident
 
static OT_ProcRet rbmqmsgque_MqFactoryC_GetCalledL (OtClass_ARGS)
  Ruby: (static) MqFactoryC MqFactoryC.GetCalledL(largs:MkBufferListC) C-API
returns the MqFactoryC identified as first argument in the largs MkBufferListC
 
static OT_ProcRet rbmqmsgque_MqFactoryC_GetOriginalIdent (MqFactoryC_ARGS)
  Ruby: string fct.GetOriginalIdent() C-API
helper function to return MqFactoryS::originalIdent
 

Detailed Description

MqFactoryC - various functions to 'get' data out of a factory

Function Documentation

◆ rbmqmsgque_MqFactoryC_Get()

static OT_ProcRet rbmqmsgque_MqFactoryC_Get ( OtClass_ARGS )
static

Ruby: (static) MqFactoryC MqFactoryC.Get(?ident:string=""?) C-API
return the MqFactoryC

Definition at line 369 of file MqFactoryC_rb.c.

369 {
372 MK_STRN ident = "";
375 MQ_FCT retVal = MqFactoryGet (ident);
376 OT_retObj_SET_FCT(retVal);
377 end: MK_UNUSED /* LONG JUMP on error */
379}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_RETURN
#define OT_CHECK_OPTIONAL(val)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define OT_retObj_SET_FCT(nat)
#define Get_doc
#define OT_SETUP_hdl_static
#define MK_UNUSED
const MK_STRB * MK_STRN
#define MqFactoryGet(...)
data used to define a factory

◆ rbmqmsgque_MqFactoryC_GetCalled()

static OT_ProcRet rbmqmsgque_MqFactoryC_GetCalled ( OtClass_ARGS )
static

Ruby: (static) MqFactoryC MqFactoryC.GetCalled(?ident:string=""?) C-API
returns the MqFactoryC identified by ident

Definition at line 382 of file MqFactoryC_rb.c.

382 {
385 MK_STRN ident = "";
388 MQ_FCT retVal = MqFactoryGetCalled (ident);
389 OT_retObj_SET_FCT(retVal);
390 end: MK_UNUSED /* LONG JUMP on error */
392}
#define GetCalled_doc
#define MqFactoryGetCalled(...)

◆ rbmqmsgque_MqFactoryC_GetCalledL()

static OT_ProcRet rbmqmsgque_MqFactoryC_GetCalledL ( OtClass_ARGS )
static

Ruby: (static) MqFactoryC MqFactoryC.GetCalledL(largs:MkBufferListC) C-API
returns the MqFactoryC identified as first argument in the largs MkBufferListC

Definition at line 395 of file MqFactoryC_rb.c.

395 {
398 MkBufferListCreateTLS_T(largs,10);
401 MQ_FCT retVal = MqFactoryGetCalledL (largs);
402 OT_retObj_SET_FCT(retVal);
403 end: MK_UNUSED /* LONG JUMP on error */
405}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define GetCalledL_doc
#define MkBufferListCreateTLS_T(name, num)
#define MK_NULL_NO
#define MqFactoryGetCalledL(...)
#define OT_CHECK_BFLN(val, nullB)

◆ rbmqmsgque_MqFactoryC_GetOriginalIdent()

static OT_ProcRet rbmqmsgque_MqFactoryC_GetOriginalIdent ( MqFactoryC_ARGS )
static

Ruby: string fct.GetOriginalIdent() C-API
helper function to return MqFactoryS::originalIdent

Definition at line 410 of file MqFactoryC_rb.c.

410 {
415 end: MK_UNUSED /* LONG JUMP on error */
417}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_STR(nat)
#define GetOriginalIdent_doc
#define OT_SETUP_hdl
MK_STRN MqFactoryGetOriginalIdent(MQ_FCTN const fct)
helper function to return MqFactoryS::originalIdent