MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(?size:int32=0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1055 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.Create1024(?size:int32=0?)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 1076 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.Create256(?size:int32=0?)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 1096 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.Create64(?size:int32=0?)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 1116 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1136 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1156 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.CreateBUF(val:MkBufferC)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1176 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1196 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1216 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1236 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1256 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1276 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1296 of file MkBufferC_py.c.
|
static |
Python: doc_mk_py_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1316 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [static] MkBufferC MkBufferC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferCreate but require no cleanup
Definition at line 1358 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferC buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 1035 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferC buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 1015 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferC MkBufferC.new(?size:int32=0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1336 of file MkBufferC_py.c.