theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Init_RB_API

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-linkMore...

+ Collaboration diagram for MqMsgque_Init_RB_API:

Functions

static OT_ProcRet rbmqmsgque_MqMsgque_InitGetArg0 (OtClass_ARGS)
  Ruby: (static) MkBufferListC MqMsgque.InitGetArg0() C-API
get the process startup-prefix argument
 
static OT_ProcRet rbmqmsgque_MqMsgque_InitResetArg0 (OtClass_ARGS)
  Ruby: (static) MkBufferListC MqMsgque.InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …
 
static OT_ProcRet rbmqmsgque_MqMsgque_InitSetArg0 (OtClass_ARGS)
  Ruby: (static) MqMsgque.InitSetArg0(?bfl:MkBufferListC...=nil?) C-API
set the process startup-prefix argument to bfl
 

Detailed Description

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link

Function Documentation

◆ rbmqmsgque_MqMsgque_InitGetArg0()

static OT_ProcRet rbmqmsgque_MqMsgque_InitGetArg0 ( OtClass_ARGS )
static

Ruby: (static) MkBufferListC MqMsgque.InitGetArg0() C-API
get the process startup-prefix argument

Definition at line 417 of file LibMqMsgque_rb.c.

417 {
422 end: MK_UNUSED /* LONG JUMP on error */
424}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_BFL(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define InitGetArg0_doc
#define OT_SETUP_hdl_static
#define MK_UNUSED
MK_BFL MqInitGetArg0(void)
get the process startup-prefix argument

◆ rbmqmsgque_MqMsgque_InitResetArg0()

static OT_ProcRet rbmqmsgque_MqMsgque_InitResetArg0 ( OtClass_ARGS )
static

Ruby: (static) MkBufferListC MqMsgque.InitResetArg0() C-API
Reset the process-startup-prefix argument to an empty list …

Definition at line 427 of file LibMqMsgque_rb.c.

427 {
432 end: MK_UNUSED /* LONG JUMP on error */
434}
#define InitResetArg0_doc
MK_BFL MqInitResetArg0(void)
Reset the process-startup-prefix argument to an empty list …

◆ rbmqmsgque_MqMsgque_InitSetArg0()

static OT_ProcRet rbmqmsgque_MqMsgque_InitSetArg0 ( OtClass_ARGS )
static

Ruby: (static) MqMsgque.InitSetArg0(?bfl:MkBufferListC...=nil?) C-API
set the process startup-prefix argument to bfl

Definition at line 437 of file LibMqMsgque_rb.c.

437 {
443 MqInitSetArg0 (bfl);
445 end: MK_UNUSED /* LONG JUMP on error */
447}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_None
#define OT_CHECK_OPTIONAL(val)
#define InitSetArg0_doc
#define MkBufferListCreateTLS_T(name, num)
void MqInitSetArg0(MK_BAC bfl)
set the process startup-prefix argument to bfl
#define OT_CHECK_BAC(val)