MqMsgque PACKAGE - the package is the toplevel structure of the libmqmsgque … More...
Topics | |
MqMsgque_Compiler_C_API | |
MqMsgque PACKAGE - the Interface to the operating-system compiler … | |
MqMsgque_Type_C_API | |
MqMsgque PACKAGE - a collection of common used data types and definitions … | |
MqMsgque_Sys_C_API | |
MqMsgque PACKAGE - the L)anguage A)bstraction L)ayer definition … | |
MqMsgque_Main_C_API | |
MqMsgque PACKAGE - the package-main is a single piece of code evaluated only once at application startup … | |
MqMsgque_Setup_C_API | |
MqMsgque PACKAGE - setup und cleanup the libmqmsgque … | |
MqMsgque_Init_C_API | |
MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link … | |
MqMsgque_Item_C_API | |
MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class … | |
MqMsgque_Help_C_API | |
MqMsgque PACKAGE - access to a qualified help-message … | |
MqMsgque_Log_C_API | |
MqMsgque PACKAGE - various functions to log data … | |
MqMsgque_Enum_C_API | |
MqMsgque PACKAGE - enum definition … | |
MqMsgque PACKAGE - the package is the toplevel structure of the libmqmsgque …
The libmqmsgque package is loaded with:
link:
-Lpath -lmqmsgque
or automake:LDADD = libmqmsgque.la
and is a composition of one or more package-item and exact one package-main.
The libmqmsgque package add the following classes into MkObjectC_C_API :
Object | C-Short | Description |
---|---|---|
MqContextS | MQ_CTX | MqContextC - the class known as ctx or context is the application-handle of the application-server and also the main data-handle … |
MqDumpS | MQ_DMP | MqDumpC - the class known as dmp or dump is used to export a libmqmsgque data package as binary … |
MqFactoryS | MQ_FCT | MqFactoryC - the class known as fct or factory is used to provide an interface to create one or more new MqContextC … |
The libmqmsgque package add the following types into MkObjectC_C_API :
ABSTRACT: MkTypeSTT (TypeTypeType = type of a TypeType) | |- ABSTRACT: MqCtxTypeC_TT (TypeType = type of a Type) | | | |- MqContextC_T | |- ABSTRACT: MkSuperTypeSTT (TypeType = type of a Type) | |- MqFactoryST, MqDumpST