MkBufferStreamC - various functions to 'read' data from a MkBufferStreamS … More...
Collaboration diagram for MkBufferStreamC_Read_TCL_API: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 |
Tcl: → C-API MkBufferListC [$bus ReadALL ?val_inout:MkBufferListC="MK_NULL"?]
get a temporary MkBufferListC from all data in the MkBufferStreamC …
Definition at line 403 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API MkBufferListC [$bus ReadBFL]
read a MkBufferListC from the MkBufferStreamC …
Definition at line 421 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadBIN → C-API
read a val_out from the MkBufferStreamC …
Definition at line 538 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadBOL → C-API
read a val_out from the MkBufferStreamC …
Definition at line 554 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API MkBufferC [$bus ReadBUF]
read a val_out from the MkBufferStreamC …
Definition at line 436 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadDBL → C-API
read a val_out from the MkBufferStreamC …
Definition at line 569 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadFLT → C-API
read a val_out from the MkBufferStreamC …
Definition at line 584 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API MkTypeE [$bus ReadGetNextType]
get the type (MkTypeE) of the next Item in the MkBufferStreamC or "0" if not available
Definition at line 453 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API int32 [$bus ReadGetNumItems]
get the number of items left in the MkBufferStreamC …
Definition at line 466 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadI32 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 599 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadI64 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 614 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadI8 → C-API
read a val_out from the MkBufferStreamC …
Definition at line 629 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API bool [$bus ReadItemExists]
check if an item exists in the read-data-package …
Definition at line 479 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API $bus ReadL_END
END read a list-item-type from the MkBufferStreamC …
Definition at line 492 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API $bus ReadL_START ?buf:MkBufferC="MK_NULL"?
START read a list-item-type from the MkBufferStreamC …
Definition at line 506 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API long [$bus ReadLONG]
read the long native object from the MkBufferStreamC …
Definition at line 644 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferStreamReadSTR → C-API
read a val_out from the MkBufferStreamC …
Definition at line 659 of file MkBufferStreamC_tcl.c.
|
static |
Tcl: → C-API $bus ReadUndo
undo the last MkBufferStreamC READ function call …
Definition at line 522 of file MkBufferStreamC_tcl.c.