MkBufferListC - various functions to create and destroy a MkBufferListS … More...
MkBufferListC - various functions to create and destroy a MkBufferListS …
|
static |
Tcl:
→ C-API (constructor,static) MkBufferListC [MkBufferListC Create ?size:int32=0?]
Constructs a MkBufferC instance with size storage…
Definition at line 1289 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferListC [MkBufferListC CreateLA args:MkBufferListC...]
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 1310 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (static) MkBufferListC [MkBufferListC CreateTLS tlsName:string ?resetB:bool=true?]
same as BufferListCreate but require no cleanup …
Definition at line 1332 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferListC [MkBufferListC CTOR ?size:int32=0?]
Constructs a MkBufferC instance with size storage…
Definition at line 1269 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (constructor) MkBufferListC [$bfl Dup]
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
Definition at line 1249 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (constructor) MkBufferListC [$bfl Merge]
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
Definition at line 1229 of file MkBufferListC_tcl.c.