MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
static |
Python:
→ C-API int32 bfl.Cmp(bfl2:MkBufferListC)
compare two buffer-list …
Definition at line 1096 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API bfl.Copy(src:MkBufferListC)
copy all internal data from src to tgt …
Definition at line 1111 of file MkBufferListC_py.c.
|
static |
Python:
→ 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 1012 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API to.Move(from:MkBufferListC)
move all internal data from from to the end of to …
Definition at line 1127 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferListC bfl.PositionMerge(source:MkBufferListC, position:int32)
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 1034 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API bfl.Reserve(num:int32)
reserve num items in a MkBufferListC object …
Definition at line 1143 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferListC bfl.Reset()
reset a MkBufferListC object …
Definition at line 1052 of file MkBufferListC_py.c.
|
static |
Python:
→ 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 1159 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API int32 bfl.Size()
get the number-of-items in the bfl …
Definition at line 1178 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferListC bfl.Sort()
sort a MkBufferListC …
Definition at line 1066 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferC bfl.ToBuffer()
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 1080 of file MkBufferListC_py.c.
OT_ProcRet pymkkernel_MkBufferListC_ToList | ( | MkBufferListC_ARGS | ) |
Python:
→ C-API [list...] bfl.ToList()
get a target-language list representation of the bfl …
Method definition
|
static |
Definition at line 1195 of file MkBufferListC_py.c.