16#ifndef META_COMPILE_AS_CC
17 #define META_COMPILE_AS_CC
26#include "LibMkKernel_cc.hh"
324 static void InitSetArg0VAL (
const std::string& arg0, va_list var_list);
341 static void Setup ();
LibMqMsgque_inline_cc.hh - 10 Sep 2024 - aotto1968.
MqContextC_cc.hh - 10 Sep 2024 - aotto1968.
MqContextC_inline_cc.hh - 10 Sep 2024 - aotto1968.
MqDumpC_cc.hh - 10 Sep 2024 - aotto1968.
MqDumpC_inline_cc.hh - 10 Sep 2024 - aotto1968.
MqFactoryC_cc.hh - 10 Sep 2024 - aotto1968.
MqFactoryC_inline_cc.hh - 10 Sep 2024 - aotto1968.
implements the ccmqmsgque API object: ConfigSetBgError
implements the ccmqmsgque API object: ConfigSetEvent
implements the ccmqmsgque API object: ConfigSetServerCleanup
virtual void ServerCleanup()=0
implements the ccmqmsgque API object: ConfigSetServerSetup
virtual void ServerSetup()=0
virtual void Service(MqContextC *const ctx)=0
PUBLIC data structure for the ccmqmsgque-specific-data → C-API: libmqmsgque::MqContextS
MqMsgque PACKAGE - the package is the toplevel structure of the ccmqmsgque …
static void mq_static_init_callback(MK_RT mkrt)
static constructor for CcMqMsgque …
#define MqFactoryCT
class as MkSuperTypeS-class-type for MqFactoryC in the Target-Programming-Language (TPL) …
static MK_STRN SlaveE_ToString(MqSlaveE value)
C++: [static] MK_STRN MqMsgque::SlaveE_ToString(MqSlaveE value) → C-API return the MqSlaveE as s...
static MqIdentE IdentE_FromInt(MK_I32 value)
C++: [static] MqIdentE MqMsgque::IdentE_FromInt(MK_I32 value) → C-API return the MqIdentE from i...
static MqSlaveE SlaveE_FromInt(MK_I32 value)
C++: [static] MqSlaveE MqMsgque::SlaveE_FromInt(MK_I32 value) → C-API return the MqSlaveE from i...
static MqStatusIsEF StatusIsEF_FromInt(MK_I32 value)
C++: [static] MqStatusIsEF MqMsgque::StatusIsEF_FromInt(MK_I32 value) → C-API return the MqStatu...
static MK_I32 StatusIsEF_ToInt(MqStatusIsEF value)
C++: [static] MK_I32 MqMsgque::StatusIsEF_ToInt(MqStatusIsEF value) → C-API return the MqStatusI...
static MK_I32 WaitOnEventE_ToInt(MqWaitOnEventE value)
C++: [static] MK_I32 MqMsgque::WaitOnEventE_ToInt(MqWaitOnEventE value) → C-API return the MqWai...
static MqWaitOnEventE WaitOnEventE_FromInt(MK_I32 value)
C++: [static] MqWaitOnEventE MqMsgque::WaitOnEventE_FromInt(MK_I32 value) → C-API return the MqW...
static MK_STRN WaitOnEventE_ToString(MqWaitOnEventE value)
C++: [static] MK_STRN MqMsgque::WaitOnEventE_ToString(MqWaitOnEventE value) → C-API return the M...
static MK_STRN StartE_ToString(MqStartE value)
C++: [static] MK_STRN MqMsgque::StartE_ToString(MqStartE value) → C-API return the MqStartE as s...
static MK_STRN StatusIsEF_ToString(MqStatusIsEF value)
C++: [static] MK_STRN MqMsgque::StatusIsEF_ToString(MqStatusIsEF value) → C-API return the MqSta...
static MK_I32 StartE_ToInt(MqStartE value)
C++: [static] MK_I32 MqMsgque::StartE_ToInt(MqStartE value) → C-API return the MqStartE as integ...
static MK_STRN IdentE_ToString(MqIdentE value)
C++: [static] MK_STRN MqMsgque::IdentE_ToString(MqIdentE value) → C-API return the MqIdentE as s...
static MqStartE StartE_FromInt(MK_I32 value)
C++: [static] MqStartE MqMsgque::StartE_FromInt(MK_I32 value) → C-API return the MqStartE from i...
static MK_I32 IdentE_ToInt(MqIdentE value)
C++: [static] MK_I32 MqMsgque::IdentE_ToInt(MqIdentE value) → C-API return the MqIdentE as integ...
static MK_I32 SlaveE_ToInt(MqSlaveE value)
C++: [static] MK_I32 MqMsgque::SlaveE_ToInt(MqSlaveE value) → C-API return the MqSlaveE as integ...
MqIdentE
identify the application using prefix (default) or factory …
MqWaitOnEventE
wait for an event? …
MqStatusIsEF
Information about how the context was created.
MqSlaveE
predefined slave-id for well known slaves …
MqStartE
User preferences on HOWTO start a new entity.
static MK_STR Help(MK_STRN tool)
C++: [static] MK_STR MqMsgque::Help(MK_STRN tool) → C-API write ccmqmsgque specific user-help to...
static MK_STR HelpMsgque()
C++: [static] MK_STR MqMsgque::HelpMsgque() → C-API return a page with the usage of all ccmqmsgq...
static MkBufferListC * InitResetArg0()
C++: [static] MkBufferListC* MqMsgque::InitResetArg0() → C-API Reset the process-startup-prefix ...
static void InitSetArg0(MkBufferListC *bfl=NULL)
C++: [static] MqMsgque::InitSetArg0(MkBufferListC* bfl = NULL) → C-API set the process startup-p...
static void InitSetArg0VA(MK_STRN arg0,...)
C++: [static] MqMsgque::InitSetArg0VA(MK_STRN arg0, ... ) → C-API set the process startup-prefix...
static void InitSetArg0VAL(MK_STRN arg0, va_list var_list)
C++: [static] MqMsgque::InitSetArg0VAL(MK_STRN arg0, va_list var_list) → C-API set the process s...
static MkBufferListC * InitGetArg0()
C++: [static] MkBufferListC* MqMsgque::InitGetArg0() → C-API get the process startup-prefix argu...
static void Cleanup()
C++: [static] MqMsgque::Cleanup() → C-API cleanup ccmqmsgque internal memory …
static void Setup()
C++: [static] MqMsgque::Setup() → C-API setup ccmqmsgque internal memory …
namespace for the CcMqMsgque "C++"-API
IServerCleanup MqServerCleanupIF
IServerSetup MqServerSetupIF