Loading...
Searching...
No Matches

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

+ Collaboration diagram for MqMsgque_Help_CC_API:

Functions

static MK_STR ccmqmsgque::MqMsgque::Help (MK_STRN tool)
  C++: [static] MK_STR MqMsgque::Help(MK_STRN tool) C-API
write ccmqmsgque specific user-help to stderr
 
static MK_STR ccmqmsgque::MqMsgque::Help (const std::string &tool)
  C++: [static] MK_STR MqMsgque::Help(MK_STRN tool) C-API
write ccmqmsgque specific user-help to stderr
 
static MK_STR ccmqmsgque::MqMsgque::HelpMsgque ()
  C++: [static] MK_STR MqMsgque::HelpMsgque() C-API
return a page with the usage of all ccmqmsgque specific options
 

Detailed Description

MqMsgque PACKAGE - access to a qualified help-message

Function Documentation

◆ Help() [1/2]

MK_STR ccmqmsgque::MqMsgque::Help ( const std::string & tool)
inlinestatic

C++: [static] MK_STR MqMsgque::Help(MK_STRN tool) C-API
write ccmqmsgque specific user-help to stderr

Definition at line 161 of file LibMqMsgque_inline_cc.hh.

161 {
163 const MK_STRN tool_hdl = tool.c_str();
164 MK_STR __retVal__L = MqHelp(tool_hdl);
165 return __retVal__L;
166 }
MK_STRB * MK_STR
const MK_STRB * MK_STRN
#define MkRtSetup_NULL
MQ_EXTERN MK_STR MqHelp(MK_STRN tool)
write ccmqmsgque specific user-help to stderr

◆ Help() [2/2]

MK_STR ccmqmsgque::MqMsgque::Help ( MK_STRN tool)
inlinestatic

C++: [static] MK_STR MqMsgque::Help(MK_STRN tool) C-API
write ccmqmsgque specific user-help to stderr

Definition at line 154 of file LibMqMsgque_inline_cc.hh.

154 {
156 MK_STR __retVal__L = MqHelp(tool);
157 return __retVal__L;
158 }

◆ HelpMsgque()

MK_STR ccmqmsgque::MqMsgque::HelpMsgque ( )
inlinestatic

C++: [static] MK_STR MqMsgque::HelpMsgque() C-API
return a page with the usage of all ccmqmsgque specific options

Definition at line 169 of file LibMqMsgque_inline_cc.hh.

169 {
171 MK_STR __retVal__L = MqHelpMsgque();
172 return __retVal__L;
173 }
MQ_EXTERN MK_STR MqHelpMsgque(void)
return a page with the usage of all ccmqmsgque specific options