theLink 10.0
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 158 of file LibMqMsgque_inline_cc.hh.

158 {
160 const MK_STRN tool_hdl = tool.c_str();
161 MK_STR __retVal__L = MqHelp(tool_hdl);
162 return __retVal__L;
163 }
MK_STRB * MK_STR
const MK_STRB * MK_STRN
#define MkRtSetup_NULL
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 151 of file LibMqMsgque_inline_cc.hh.

151 {
153 MK_STR __retVal__L = MqHelp(tool);
154 return __retVal__L;
155 }

◆ 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 166 of file LibMqMsgque_inline_cc.hh.

166 {
168 MK_STR __retVal__L = MqHelpMsgque();
169 return __retVal__L;
170 }
MK_STR MqHelpMsgque(void)
return a page with the usage of all ccmqmsgque specific options