MkBufferListC - various functions to access a MkBufferListS by index … More...
MkBufferListC - various functions to access a MkBufferListS by index …
|
static |
Ruby:
→ 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 743 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bfl.IndexExtract(?index:int32=0?)
extract (read & delete) the index object from bfl …
Definition at line 713 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bfl.IndexGet(index:int32)
get (read only) the index object from bfl …
Definition at line 727 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bfl.IndexGetBUF(index:int32)
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 698 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API string bfl.IndexGetSTR(index:int32)
get the index element from MkBufferListC ... as string. …
Definition at line 760 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.IndexSet(index:int32, buf:MkBufferC)
set the index object from bfl …
Definition at line 772 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.IndexSetBUF(index:int32, buf:MkBufferC)
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 787 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.IndexSetSTR(index:int32, str:string)
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 802 of file MkBufferListC_rb.c.