MqContextC - various functions to work on a read-data-package … More...
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 1438 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 1445 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 1453 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 1461 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ReadUndo()
undo the last MqContextC READ API function call …
Definition at line 1469 of file MqContextC_inline_cc.hh.