implements the ccmqmsgque API object: ConfigSetBgError
PUBLIC data structure for the ccmqmsgque-specific-data → C-API: libmqmsgque::MqContextS
implements the ccmqmsgque API object: ConfigSetEvent
implements the ccmqmsgque API object: ConfigSetServerCleanup
implements the ccmqmsgque API object: ConfigSetServerSetup
void(MqContextC::*) MqTokenICB()
instance-callback
void(*) MqTokenCCB(MqContextC *)
class-callback
#define MQ_SERVICE_FREE_ARGS
the libmqmsgque::MqDataFreeF arguments with default names
#define MQ_SERVICE_CALL_ARGS
the libmqmsgque::MqTokenF arguments with default names
#define MQ_SERVICE_COPY_ARGS
the libmqmsgque::MqDataFreeF arguments with default names
namespace for the CcMqMsgque "C++"-API
infrastructur to use the ccmqmsgque specific callback …
MqServiceCallbackC(enum MqServiceCallbackE type, union MqServiceCallbackU call, MqContextC *self)
static MK_CBP Create(MK_RT mkrt, MqContextC::MqTokenICB const callback, MqContextC *self=NULL)
static MK_CBP Create(MK_RT mkrt, MqServiceIF *const service, MqContextC *self=NULL)
static enum MkErrorE Call(MQ_SERVICE_CALL_ARGS)
static MK_CBP Create(MK_RT mkrt, MqServerSetupIF *const serverSetup, MqContextC *self=NULL)
static MK_CBP Create(MK_RT mkrt, MqServerCleanupIF *const serverCleanup, MqContextC *self=NULL)
static MK_CBP Create(MK_RT mkrt, MqContextC::MqTokenCCB const callback, MqContextC *self=NULL)
enum ccmqmsgque::MqServiceCallbackC::MqServiceCallbackE type
static void Copy(MQ_SERVICE_COPY_ARGS)
static MK_CBP Create(MK_RT mkrt, MqEventIF *const event, MqContextC *self=NULL)
static void Free(MQ_SERVICE_FREE_ARGS)
static MK_CBP Create(MK_RT mkrt, MqBgErrorIF *const bgError, MqContextC *self=NULL)
union ccmqmsgque::MqServiceCallbackC::MqServiceCallbackU call
PUBLIC data structure for the ccmqmsgque-specific-data
storage to hold the callback
MqServerSetupIF * ServerSetup
MqServiceCallbackU(MqServerCleanupIF *cb)
MqContextC::MqTokenCCB StaticCallback
MqServerCleanupIF * ServerCleanup
MqServiceCallbackU(MqServiceIF *cb)
MqServiceCallbackU(MqBgErrorIF *cb)
MqServiceCallbackU(MqEventIF *cb)
MqServiceCallbackU(MqContextC::MqTokenICB cb)
MqServiceCallbackU(MqServerSetupIF *cb)
MqServiceCallbackU(MqContextC::MqTokenCCB cb)
MqContextC::MqTokenICB Callback