MkBufferListC - various functions to access a MkBufferListS by index … More...
MkBufferListC - various functions to access a MkBufferListS by index …
|
static |
Python:
→ 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 835 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferC bfl.IndexExtract(?index:int32=0?)
extract (read & delete) the index object from bfl …
Definition at line 799 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferC bfl.IndexGet(index:int32)
get (read only) the index object from bfl …
Definition at line 816 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferC bfl.IndexGetBUF(index:int32)
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 781 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API string bfl.IndexGetSTR(index:int32)
get the index element from MkBufferListC ... as string. …
Definition at line 855 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API bfl.IndexSet(index:int32, buf:MkBufferC)
set the index object from bfl …
Definition at line 870 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API bfl.IndexSetBUF(index:int32, buf:MkBufferC)
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 888 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API bfl.IndexSetSTR(index:int32, str:string)
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 906 of file MkBufferListC_py.c.