MkBufferListC - various functions to 'append' to a MkBufferListS … More...
MkBufferListC - various functions to 'append' to a MkBufferListS …
|
static |
Tcl: doc_mk_tcl_BufferListAppendBIN
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 258 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendBOL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 274 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl AppendBUF val:MkBufferC
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 290 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendDBL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 306 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendFLT
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 322 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl AppendG val:long
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 338 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendI16
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 354 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendI32
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 370 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendI64
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 386 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendI8
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 402 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$bfl AppendLA args:MkBufferListC...]
append a variable number of MkBufferC object's to an MkBufferListC object using an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 222 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$bfl AppendLP addBufL:MkBufferListC ?position:int32=-1?]
copy a MkBufferListS list into an MkBufferListS object on position …
Definition at line 238 of file MkBufferListC_tcl.c.
|
static |
Tcl: doc_mk_tcl_BufferListAppendSTR
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 418 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl AppendStringR val:string
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 434 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl AppendUP addBuf:MkBufferC ?position:int32=-1?
append a MkBufferC item into an MkBufferListC object on position …
Definition at line 450 of file MkBufferListC_tcl.c.