MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
static |
Tcl:
→ C-API int32 [$bfl Cmp bfl2:MkBufferListC]
compare two buffer-list …
Definition at line 1118 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl Copy src:MkBufferListC
copy all internal data from src to tgt …
Definition at line 1133 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API (constructor,static) MkBufferListC [MkBufferListC FileGlob pattern_match:string]
create a new MkBufferListC using the result from a filesystem glob operation …
Definition at line 1034 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $to Move from:MkBufferListC
move all internal data from from to the end of to …
Definition at line 1149 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$bfl PositionMerge source:MkBufferListC position:int32]
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 1056 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API $bfl Reserve num:int32
reserve num items in a MkBufferListC object …
Definition at line 1165 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$bfl Reset]
reset a MkBufferListC object …
Definition at line 1074 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$bfl SearchC str:string ?len:int32=-1? ?startindex:int32=0?]
search MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 1181 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$bfl Size]
get the number-of-items in the bfl …
Definition at line 1200 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferListC [$bfl Sort]
sort a MkBufferListC …
Definition at line 1088 of file MkBufferListC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$bfl ToBuffer]
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 1102 of file MkBufferListC_tcl.c.
OT_ProcRet tclmkkernel_MkBufferListC_ToList | ( | MkBufferListC_ARGS | ) |
Tcl:
→ C-API [list...] [$bfl ToList]
get a target-language list representation of the bfl …
|
static |
Definition at line 1217 of file MkBufferListC_tcl.c.