MqContextC - various functions to work on a read-data-package … More...
Collaboration diagram for MqContextC_ReadApi_Misc_CC_API:Functions | |
| void | ccmqmsgque::MqContextC::ReadDbg () |
| ReadDbg | |
| MkTypeE | ccmqmsgque::MqContextC::ReadGetNextType () |
C++: → C-API get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available | |
| MK_NUM | ccmqmsgque::MqContextC::ReadGetNumItems () |
C++: → C-API get the number of items left in the read-data-package … | |
| MK_BOOL | ccmqmsgque::MqContextC::ReadItemExists () |
C++: → C-API check if an item exists in the read-data-package … | |
| void | ccmqmsgque::MqContextC::ReadUndo () |
C++: → C-API undo the last MqContextC READ API function call … | |
MqContextC - various functions to work on a read-data-package …
|
inline |
Definition at line 1283 of file MqContextC_inline_cc.hh.
|
inline |
C++: → C-API MkTypeE ctx.ReadGetNextType()
get the type (MkTypeE) of the next Item in the read-data-buffer or "0" if not available
Definition at line 1289 of file MqContextC_inline_cc.hh.
|
inline |
C++: → C-API MK_NUM ctx.ReadGetNumItems()
get the number of items left in the read-data-package …
Definition at line 1296 of file MqContextC_inline_cc.hh.
|
inline |
C++: → C-API MK_BOOL ctx.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 1303 of file MqContextC_inline_cc.hh.
Here is the caller graph for this function:
|
inline |
C++: → C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 1310 of file MqContextC_inline_cc.hh.