MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::Create ?size:int32=0?]
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1067 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::Create1024 ?size:int32=0?]
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 1088 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::Create256 ?size:int32=0?]
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 1108 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::Create64 ?size:int32=0?]
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 1128 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1148 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1168 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::CreateBUF val:MkBufferC]
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1188 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1208 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1228 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1248 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1268 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1288 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1308 of file MkBufferC_atl.c.
|
static |
Atl: doc_mk_atl_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1328 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (static) MkBufferC [MkBufferC::CreateTLS tlsName:string ?resetB:bool=true?]
same as BufferCreate but require no cleanup
Definition at line 1350 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferC [MkBufferC::CTOR ?size:int32=0?]
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1047 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor) MkBufferC [MkBufferC::Dup $buf]
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 1027 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API (constructor) MkBufferC [MkBufferC::Merge $buf]
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 1007 of file MkBufferC_atl.c.