theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Help_RB_API

MqMsgque PACKAGE - access to a qualified help-messageMore...

+ Collaboration diagram for MqMsgque_Help_RB_API:

Functions

static OT_ProcRet rbmqmsgque_MqMsgque_Help (OtClass_ARGS)
  Ruby: (static) string MqMsgque.Help(tool:string) C-API
write rbmqmsgque specific user-help to stderr
 
static OT_ProcRet rbmqmsgque_MqMsgque_HelpMsgque (OtClass_ARGS)
  Ruby: (static) string MqMsgque.HelpMsgque() C-API
return a page with the usage of all rbmqmsgque specific options
 

Detailed Description

MqMsgque PACKAGE - access to a qualified help-message

Function Documentation

◆ rbmqmsgque_MqMsgque_Help()

static OT_ProcRet rbmqmsgque_MqMsgque_Help ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.Help(tool:string) C-API
write rbmqmsgque specific user-help to stderr

Definition at line 386 of file LibMqMsgque_rb.c.

386 {
389 MK_STRN tool = 0;
393 end: MK_UNUSED /* LONG JUMP on error */
395}
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define OT_retObj_RETURN
#define OT_retObj_SET_STR(nat)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define Help_doc
#define OT_SETUP_hdl_static
#define MK_UNUSED
const MK_STRB * MK_STRN
MK_STR MqHelp(MK_STRN tool)
write rbmqmsgque specific user-help to stderr

◆ rbmqmsgque_MqMsgque_HelpMsgque()

static OT_ProcRet rbmqmsgque_MqMsgque_HelpMsgque ( OtClass_ARGS )
static

Ruby: (static) string MqMsgque.HelpMsgque() C-API
return a page with the usage of all rbmqmsgque specific options

Definition at line 398 of file LibMqMsgque_rb.c.

398 {
403 end: MK_UNUSED /* LONG JUMP on error */
405}
#define OT_SETUP_NOARG(d)
#define HelpMsgque_doc
MK_STR MqHelpMsgque(void)
return a page with the usage of all rbmqmsgque specific options