MkBufferC - various functions to access buffer-data … More...
MkBufferC - various functions to access buffer-data …
|
inline |
C++:
→ C-API MkBufferC* buf.AppendC(MK_STRN val)
append a single string to a MkBufferC object …
Definition at line 70 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MkBufferC* buf.AppendC(MK_STRN val)
append a single string to a MkBufferC object …
Definition at line 63 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.AppendStringR(const std::string& val)
append a single string to a MkBufferC object …
Definition at line 78 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_I32 buf.AppendV(MK_FST printfmt, ... )
append a single string with format and ... arguments to a MkBuffer64S …
Definition at line 88 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_I32 buf.AppendVL(MK_FST printfmt, va_list var_list)
append a single string with format and var_list arguments to a MkBuffer64S …
Definition at line 98 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM buf.Pop(MK_STRN val)
delete str from the MkBufferC …
Definition at line 112 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_NUM buf.Pop(MK_STRN val)
delete str from the MkBufferC …
Definition at line 105 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM buf.Push(MK_STRN val)
add str to the MkBufferC …
Definition at line 127 of file MkBufferC_inline_cc.hh.
C++:
→ C-API MK_NUM buf.Push(MK_STRN val)
add str to the MkBufferC …
Definition at line 120 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.ToObject()
return the native language object from a MkBufferC …
Definition at line 50 of file MkBufferC_inline_cc.hh.