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(MK_NUM index, MK_NUM numitems = 1, MK_BOOL doDelete = true)
delete the index'th list item from the MkBufferListS object …
Definition at line 605 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API MkBufferC* bfl.IndexExtract(MK_NUM index = 0)
extract (read & delete) the index object from bfl …
Definition at line 585 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API MkBufferC* bfl.IndexGet(MK_NUM index)
get (read only) the index object from bfl …
Definition at line 594 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API MkBufferC* bfl.IndexGetBUF(MK_NUM index)
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 576 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API MK_STRN bfl.IndexGetSTR(MK_NUM index)
get the index element from MkBufferListC ... as string. …
Definition at line 612 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API bfl.IndexSet(MK_NUM index, MkBufferC* buf)
set the index object from bfl …
Definition at line 627 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API bfl.IndexSet(MK_NUM index, MkBufferC* buf)
set the index object from bfl …
Definition at line 619 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API bfl.IndexSetBUF(MK_NUM index, MkBufferC* buf)
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 642 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API bfl.IndexSetBUF(MK_NUM index, MkBufferC* buf)
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 635 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API bfl.IndexSetSTR(MK_NUM index, MK_STRN str)
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 655 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API bfl.IndexSetSTR(MK_NUM index, MK_STRN str)
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 649 of file MkBufferListC_inline_cc.hh.