theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_CC_API

MqDumpC - various functions to work on a dumpMore...

+ Collaboration diagram for MqDumpC_Misc_CC_API:

Functions

MK_SIZE ccmqmsgque::MqDumpC::SizeGet () const
  C++: MK_SIZE dump.SizeGet() C-API
report the binary data size from an MqDumpS object
 
MK_STRN ccmqmsgque::MqDumpC::TokenGet () const
  C++: MK_STRN dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ SizeGet()

MK_SIZE ccmqmsgque::MqDumpC::SizeGet ( ) const
inline

C++: MK_SIZE dump.SizeGet() C-API
report the binary data size from an MqDumpS object

Definition at line 100 of file MqDumpC_inline_cc.hh.

100 {
101 MK_UNUSED auto dump = getDMPN();
102 MK_SIZE __retVal__L = MqDumpSizeGet(dump);
103 return __retVal__L;
104 }
#define MK_UNUSED
MQ_DMPN getDMPN() const
(const) return the LibMsgqueObject from current MqDumpC instance
Definition MqDumpC_cc.hh:94
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object

◆ TokenGet()

MK_STRN ccmqmsgque::MqDumpC::TokenGet ( ) const
inline

C++: MK_STRN dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer

Definition at line 107 of file MqDumpC_inline_cc.hh.

107 {
108 MK_UNUSED auto dump = getDMPN();
109 MK_STRN __retVal__L = MqDumpTokenGet(dump);
110 return __retVal__L;
111 }
const MK_STRB * MK_STRN
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …