MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::Create(MK_NUM size = 0)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 639 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::Create1024(MK_NUM size = 0)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 649 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::Create256(MK_NUM size = 0)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 659 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::Create64(MK_NUM size = 0)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 669 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 679 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 690 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::CreateBUF(const MkBufferC* val)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 711 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::CreateBUF(const MkBufferC* val)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 700 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 722 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 732 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 742 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 752 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 762 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 772 of file MkBufferC_inline_cc.hh.
|
inlinestatic |
C++: doc_mk_cc_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 792 of file MkBufferC_inline_cc.hh.
C++: doc_mk_cc_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 782 of file MkBufferC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkBufferC* MkBufferC::CreateTLS(MK_STRN tlsName, MK_BOOL resetB = true)
same as BufferCreate but require no cleanup
Definition at line 812 of file MkBufferC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkBufferC* MkBufferC::CreateTLS(MK_STRN tlsName, MK_BOOL resetB = true)
same as BufferCreate but require no cleanup
Definition at line 805 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API [constructor] MkBufferC* buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 617 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API [constructor] MkBufferC* buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 605 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API [constructor,static] MkBufferC* MkBufferC::Create(MK_NUM size = 0)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 482 of file MkBufferC_cc.hh.