MkBufferListC - various functions to access a MkBufferListS by index … More...
MkBufferListC - various functions to access a MkBufferListS by index …
|
inline |
C#:
→ C-API bfl.IndexDelete(int index, int numitems = 1, bool doDelete = true)
delete the index'th list item from the MkBufferListS object …
Definition at line 464 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferC bfl.IndexExtract(int index = 0)
extract (read & delete) the index object from bfl …
Definition at line 446 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferC bfl.IndexGet(int index)
get (read only) the index object from bfl …
Definition at line 454 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferC bfl.IndexGetBUF(int index)
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 438 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API string bfl.IndexGetSTR(int index)
get the index element from MkBufferListC ... as string. …
Definition at line 470 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.IndexSet(int index, MkBufferC buf)
set the index object from bfl …
Definition at line 476 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.IndexSetBUF(int index, MkBufferC buf)
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 483 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.IndexSetSTR(int index, string str)
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 489 of file MkBufferListC.cs.