MkBufferC - various functions to work on buffer-data … More...
MkBufferC - various functions to work on buffer-data …
|
static |
Python:
→ C-API buf.CastTo(typ:MkTypeE)
change the type of an MkBufferC to type …
Definition at line 756 of file MkBufferC_py.c.
|
static |
Python:
→ C-API int32 buf1.Cmp(buf2:MkBufferC)
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 772 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.Copy(srce:MkBufferC)
copy the MkBufferC from srce to dest …
Definition at line 678 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.Reset()
reset a MkBufferC to the length zero …
Definition at line 694 of file MkBufferC_py.c.
|
static |
Python:
→ C-API buf.ResetFull()
reset a MkBufferC to the length zero and free allocated storage…
Definition at line 787 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.SizeAdd(size:int32)
add size storage to the buf …
Definition at line 708 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.SizeNew(size:int32)
alloc min size storage to the buf …
Definition at line 724 of file MkBufferC_py.c.
OT_ProcRet pymkkernel_MkBufferC_Temp | ( | MkBufferC_ARGS | ) |
Python:
→ C-API MkBufferC buf.Temp()
create a temporary copy of the MkBufferC buf …
Definition at line 740 of file MkBufferC_py.c.
|
static |
Definition at line 802 of file MkBufferC_py.c.