MkBufferStreamC - various functions to write into a MkBufferStreamS … More...
Collaboration diagram for MkBufferStreamC_Write_PY_API:MkBufferStreamC - various functions to write into a MkBufferStreamS …
Write is done at the position of MkBufferStreamS::storage->cur. After write the cur is incemented with write-sizeof characters.
|
static |
Python: → C-API bus.WriteBFL(bfl:MkBufferListC)
write a MkBufferListC into the MkBufferStreamC …
Definition at line 861 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteBIN → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 877 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteBOL → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 893 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteBUF(val:MkBufferC)
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 909 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteBUS_FLAT(add:MkBufferStreamC)
write a MkBufferStreamC into the MkBufferStreamC …
Definition at line 925 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteDBL → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 941 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteFLT → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 957 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteHDL(val:int32)
write the handle into the MkBufferStreamC …
Definition at line 973 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteI32 → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 989 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteI64 → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 1005 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteI8 → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 1021 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteL_END()
END write a list-item-type into the MkBufferStreamC …
Definition at line 1053 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteL_FLAT(bfl:MkBufferListC)
write a MkBufferListC FLAT into the MkBufferStreamC …
Definition at line 1067 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteL_START()
START write a list-item-type into the MkBufferStreamC …
Definition at line 1083 of file MkBufferStreamC_py.c.
|
static |
Python: → C-API bus.WriteLONG(val:long)
write the long native object into the MkBufferStreamC …
Definition at line 1037 of file MkBufferStreamC_py.c.
|
static |
Python: doc_mk_py_BufferStreamWriteSTR → C-API
write a PRIMITIVE TYPE into the MkBufferStreamC …
Definition at line 1097 of file MkBufferStreamC_py.c.