MkBufferC - various functions to work on buffer-data … More...
MkBufferC - various functions to work on buffer-data …
|
inline |
C++:
→ C-API buf.CastTo(MkTypeE typ)
change the type of an MkBufferC to type …
Definition at line 435 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_I32 buf1.Cmp(const MkBufferC* buf2)
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 450 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_I32 buf1.Cmp(const MkBufferC* buf2)
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 442 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MkBufferC* buf.Copy(const MkBufferC* srce)
copy the MkBufferC from srce to dest …
Definition at line 397 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MkBufferC* buf.Copy(const MkBufferC* srce)
copy the MkBufferC from srce to dest …
Definition at line 389 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.Reset()
reset a MkBufferC to the length zero …
Definition at line 405 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API buf.ResetFull()
reset a MkBufferC to the length zero and free allocated storage…
Definition at line 458 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MkBufferC* buf.SizeAdd(MK_NUM size)
add size storage to the buf …
Definition at line 412 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MkBufferC* buf.SizeNew(MK_NUM size)
alloc min size storage to the buf …
Definition at line 419 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.Temp()
create a temporary copy of the MkBufferC buf …
Definition at line 426 of file MkBufferC_inline_cc.hh.