MqMsgque PACKAGE - the package is the toplevel structure of the ccmqmsgque … More...
Topics | |
MqMsgque_Setup_CC_API | |
MqMsgque PACKAGE - setup und cleanup the ccmqmsgque … | |
MqMsgque_Main_CC_API | |
MqMsgque PACKAGE - the package-main is a single piece of code evaluated only once at application startup … | |
MqMsgque_Init_CC_API | |
MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link … | |
MqMsgque_Item_CC_API | |
MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class … | |
MqMsgque_Help_CC_API | |
MqMsgque PACKAGE - access to a qualified help-message … | |
MqMsgque_Enum_CC_API | |
MqMsgque PACKAGE - enum definition … | |
MqMsgque PACKAGE - the package is the toplevel structure of the ccmqmsgque …
The ccmqmsgque package is loaded with:
link: `-Lpath -lccmqmsgque` or automake: `LDADD = libccmqmsgque.la`
and is a composition of one or more package-item and exact one package-main.
The ccmqmsgque package add the following classes into MkObjectC_C_API :
Object | C-Short | Description |
---|---|---|
MqContextC* | libmqmsgque::MQ_CTX | MqContextC - the class known as ctx or context is the application-handle of the application-server and also the main data-handle … |
MqDumpC* | libmqmsgque::MQ_DMP | MqDumpC - the class known as dmp or dump is used to export a ccmqmsgque data package as binary … |
MqFactoryC* | libmqmsgque::MQ_FCT | MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more new MqContextC … |
The ccmqmsgque package add the following types into MkObjectC_C_API :
ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType) | |- ABSTRACT: MqTypeCtxC_TT (TypeType = type of a Type) | | | |- MqContextC_T | |- ABSTRACT: MkTypeDefSTT (TypeType = type of a Type) | |- MqFactoryST, MqDumpST
C++:
→ C-API [static] MqIdentE MqMsgque::IdentE_FromInt(MK_I32 value)
return the MqIdentE from integer …
Definition at line 28 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MqMsgque::IdentE_ToInt(MqIdentE value)
return the MqIdentE as integer …
Definition at line 75 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MqMsgque::IdentE_ToString(MqIdentE value)
return the MqIdentE as string …
Definition at line 82 of file LibMqMsgque_inline_cc.hh.
|
staticprivate |
Definition at line 37 of file LibMqMsgque_cc.cc.
|
inlineprivate |
Definition at line 201 of file LibMqMsgque_cc.hh.
C++:
→ C-API [static] MqSlaveE MqMsgque::SlaveE_FromInt(MK_I32 value)
return the MqSlaveE from integer …
Definition at line 37 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MqMsgque::SlaveE_ToInt(MqSlaveE value)
return the MqSlaveE as integer …
Definition at line 89 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MqMsgque::SlaveE_ToString(MqSlaveE value)
return the MqSlaveE as string …
Definition at line 96 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MqStartE MqMsgque::StartE_FromInt(MK_I32 value)
return the MqStartE from integer …
Definition at line 46 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_I32 MqMsgque::StartE_ToInt(MqStartE value)
return the MqStartE as integer …
Definition at line 103 of file LibMqMsgque_inline_cc.hh.
C++:
→ C-API [static] MK_STRN MqMsgque::StartE_ToString(MqStartE value)
return the MqStartE as string …
Definition at line 110 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MqStatusIsEF MqMsgque::StatusIsEF_FromInt(MK_I32 value)
return the MqStatusIsEF from integer …
Definition at line 55 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_I32 MqMsgque::StatusIsEF_ToInt(MqStatusIsEF value)
return the MqStatusIsEF as integer …
Definition at line 117 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MqMsgque::StatusIsEF_ToString(MqStatusIsEF value)
return the MqStatusIsEF as string …
Definition at line 124 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MqWaitOnEventE MqMsgque::WaitOnEventE_FromInt(MK_I32 value)
return the MqWaitOnEventE from integer …
Definition at line 64 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_I32 MqMsgque::WaitOnEventE_ToInt(MqWaitOnEventE value)
return the MqWaitOnEventE as integer …
Definition at line 131 of file LibMqMsgque_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MK_STRN MqMsgque::WaitOnEventE_ToString(MqWaitOnEventE value)
return the MqWaitOnEventE as string …
Definition at line 138 of file LibMqMsgque_inline_cc.hh.