128 MkErrorC_Check(NULL, errVal);
129 return (
MK_OBJ)dumpP_inout_hdl;
138 MkErrorC_Check(NULL, errVal);
148 MkErrorC_Check(NULL, errVal);
160 MkErrorC_Check(NULL, errVal);
178 MkErrorC_Check(dump, errVal);
186 MkErrorC_Check(dump, errVal);
PUBLIC data structure for the ccmqmsgque-specific-data → C-API: libmqmsgque::MqContextS
MqDumpC - the class known as dmp or dump is used to export a ccmqmsgque data package as binary … ...
static MkBinaryR MkBinaryCreate(MK_SIZE size, MK_BINN data)
static MK_SIZE MkBinaryGetSize(const MkBinaryR bin)
static MK_BINN MkBinaryGetData(const MkBinaryR bin)
MQ_CTX getCTX() const
return the LibMsgqueObject from current MqContextC instance
MQ_DMP getDMP__null_allow() const
return the LibMsgqueObject from current MqDumpC instance
MQ_DMPN getDMPN() const
(const) return the LibMsgqueObject from current MqDumpC instance
static MqDumpC * MqDumpC_ObjCreate(MK_RT_ARGS MQ_DMP hdl)
MQ_DMP getDMP() const
return the LibMsgqueObject from current MqDumpC instance
static MqDumpC * MqDumpC_ObjNew(MK_RT_ARGS MQ_DMP hdl)
return MqDumpC from LibMsgqueObject
static MqDumpC * Instances()
C++: [static] MqDumpC* MqDumpC::Instances() → C-API get head-instance from linked-list of MqDump...
MqDumpC * Next()
C++: MqDumpC* dmp.Next() → C-API get next instance from linked-list of MqDumpS type
static MqDumpC * HandleResolve(MK_HDL netHdl)
C++: [static] MqDumpC* MqDumpC::HandleResolve(MK_HDL netHdl) → C-API Handle-Resolve-Slot - retur...
MqDumpC * Prev()
C++: MqDumpC* dmp.Prev() → C-API get previous instance from linked-list of MqDumpS type
static MqDumpC * GetNull()
C++: [static] MqDumpC* MqDumpC::GetNull() → C-API Null-Slot - return a MqDumpC typed NULL instan...
#define MqDumpHandleResolve(...)
static MQ_DMP MqDumpPrev(MQ_DMP const dmp)
get previous instance from linked-list of MqDumpS type
#define MqDumpInstances()
static MQ_DMP MqDumpNext(MQ_DMP const dmp)
get next instance from linked-list of MqDumpS type
static MQ_DMP MqDumpGetNull(void)
Null-Slot - return a MqDumpC typed NULL instance …
MK_SIZE SizeGet() const
C++: MK_SIZE dump.SizeGet() → C-API report the binary data size from an MqDumpS object
MK_STRN TokenGet() const
C++: MK_STRN dump.TokenGet() → C-API return the MqContextC_ServiceApi_Identifer …
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …
static MqDumpC * Export(MqContextC *ctx, MqDumpC *dumpP_inout=NULL)
C++: [constructor,static] MqDumpC* MqDumpC::Export(MqContextC* ctx, MqDumpC* dumpP_inout = NULL) → C...
static MqDumpC * Error(MqContextC *error, MqDumpC *dumpP_inout=NULL)
C++: [constructor,static] MqDumpC* MqDumpC::Error(MqContextC* error, MqDumpC* dumpP_inout = NULL) → ...
MK_BNP BinGet() const
C++: MK_BNP dump.BinGet() → C-API export the binary data from an MqDumpS object
void Import(MqContextC *ctx)
C++: dump.Import(MqContextC* ctx) → C-API import the dump-package into the ctx-read-data-packag...
static MqDumpC * BinSet(MK_BNP data)
C++: [constructor,static] MqDumpC* MqDumpC::BinSet(MK_BNP data) → C-API create an MqDumpS object...
static MK_OBJ CTOR(MqContextC *ctx, MqDumpC *dumpP_inout=NULL)
C++: [constructor,static] MqDumpC* MqDumpC::Export(MqContextC* ctx, MqDumpC* dumpP_inout = NULL) → C...
MkBinaryR MqDumpBinGet(MQ_DMPN const dump)
export the binary data from an MqDumpS object
#define MqDumpExport(...)
#define MqDumpBinSet(...)
#define MqDumpImport(...)
std::pair< MK_SIZE, MK_BINN > MK_BNP
namespace for the CcMqMsgque "C++"-API
PUBLIC data structure for the ccmqmsgque-specific-data
MqDumpC - the class known as dmp or dump is used to export a ccmqmsgque data package as binary …