MkBufferListC - various functions to access a MkBufferListS by index … More...
MkBufferListC - various functions to access a MkBufferListS by index …
|
static |
Tcl:
→ C-API $bfl IndexDelete index:int32 ?numitems:int32=1? ?doDelete:bool=true?
delete the index'th list item from the MkBufferListS object …
Definition at line 857 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$bfl IndexExtract ?index:int32=0?]
extract (read & delete) the index object from bfl …
Definition at line 821 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$bfl IndexGet index:int32]
get (read only) the index object from bfl …
Definition at line 838 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$bfl IndexGetBUF index:int32]
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 803 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API string [$bfl IndexGetSTR index:int32]
get the index element from MkBufferListC ... as string. …
Definition at line 877 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl IndexSet index:int32 buf:MkBufferC
set the index object from bfl …
Definition at line 892 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl IndexSetBUF index:int32 buf:MkBufferC
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 910 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl IndexSetSTR index:int32 str:string
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 928 of file MkBufferListC_tcl.c.