MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC Create ?size:int32=0?]
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1088 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC Create1024 ?size:int32=0?]
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 1109 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC Create256 ?size:int32=0?]
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 1129 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC Create64 ?size:int32=0?]
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 1149 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1169 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1189 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC CreateBUF val:MkBufferC]
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1209 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1229 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1249 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1269 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1289 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1309 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1329 of file MkBufferC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1349 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkBufferC [MkBufferC CreateTLS tlsName:string ?resetB:bool=true?]
same as BufferCreate but require no cleanup
Definition at line 1371 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferC [MkBufferC CTOR ?size:int32=0?]
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1068 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor) MkBufferC [$buf Dup]
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 1048 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API (constructor) MkBufferC [$buf Merge]
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 1028 of file MkBufferC_tcl.c.