MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … More...
MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS …
Read is done at the position of MkBufferStreamS::storage->cur. After read the cur is incemented with read-sizeof characters.
Read is done at the position of MkBufferStreamS::storage->cur. After read the cur is incemented with read-sizeof characters.
|
inline |
C++:
→ C-API MkBufferListC* bus.ReadALL(MkBufferListC* val_inout = NULL)
get a temporary MkBufferListC from all data in the MkBufferStreamC …
Definition at line 219 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bus.ReadBFL()
read a MkBufferListC from the MkBufferStreamC …
Definition at line 231 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadBIN
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 313 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadBOL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 324 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* bus.ReadBUF()
read a val_out from the MkBufferStreamC …
Definition at line 241 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadDBL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 334 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadFLT
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 344 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkTypeE bus.ReadGetNextType()
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
Definition at line 253 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM bus.ReadGetNumItems()
get the number of items left in the MkBufferStreamC …
Definition at line 261 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadI32
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 354 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadI64
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 364 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadI8
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 374 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL bus.ReadItemExists()
check if an item exists in the read-data-package …
Definition at line 269 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.ReadL_END()
END read a list-item-type from the MkBufferStreamC …
Definition at line 277 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.ReadL_START(MkBufferC* buf = NULL)
START read a list-item-type from the MkBufferStreamC …
Definition at line 294 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.ReadL_START(MkBufferC* buf = NULL)
START read a list-item-type from the MkBufferStreamC …
Definition at line 285 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_LONG bus.ReadLONG()
read the long native object from the MkBufferStreamC …
Definition at line 384 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferStreamReadSTR
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 394 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.ReadUndo()
undo the last MkBufferStreamC READ function call …
Definition at line 303 of file MkBufferStreamC_inline_cc.hh.