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.
|
static |
Atl:
→ C-API MkBufferListC [MkBufferStreamC::ReadALL $bus ?val_inout:MkBufferListC=NULL?]
get a temporary MkBufferListC from all data in the MkBufferStreamC …
Definition at line 382 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC [MkBufferStreamC::ReadBFL $bus]
read a MkBufferListC from the MkBufferStreamC …
Definition at line 400 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadBIN
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 517 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadBOL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 533 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferStreamC::ReadBUF $bus]
read a val_out from the MkBufferStreamC …
Definition at line 415 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadDBL
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 548 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadFLT
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 563 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkTypeE [MkBufferStreamC::ReadGetNextType $bus]
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
Definition at line 432 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferStreamC::ReadGetNumItems $bus]
get the number of items left in the MkBufferStreamC …
Definition at line 445 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadI32
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 578 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadI64
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 593 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadI8
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 608 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API bool [MkBufferStreamC::ReadItemExists $bus]
check if an item exists in the read-data-package …
Definition at line 458 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkBufferStreamC::ReadL_END $bus
END read a list-item-type from the MkBufferStreamC …
Definition at line 471 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkBufferStreamC::ReadL_START $bus ?buf:MkBufferC=NULL?
START read a list-item-type from the MkBufferStreamC …
Definition at line 485 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API long [MkBufferStreamC::ReadLONG $bus]
read the long native object from the MkBufferStreamC …
Definition at line 623 of file MkBufferStreamC_atl.c.
|
static |
Atl: doc_mk_atl_BufferStreamReadSTR
→ C-API
read a val_out from the MkBufferStreamC …
Definition at line 638 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API MkBufferStreamC::ReadUndo $bus
undo the last MkBufferStreamC READ function call …
Definition at line 501 of file MkBufferStreamC_atl.c.