MkBufferListC - various functions to access a MkBufferListS by index … More...
MkBufferListC - various functions to access a MkBufferListS by index …
|
static |
Atl:
→ C-API MkBufferListC::IndexDelete $bfl index:int32 ?numitems:int32=1? ?doDelete:bool=true?
delete the index'th list item from the MkBufferListS object …
Definition at line 836 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferListC::IndexExtract $bfl ?index:int32=0?]
extract (read & delete) the index object from bfl …
Definition at line 800 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferListC::IndexGet $bfl index:int32]
get (read only) the index object from bfl …
Definition at line 817 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferListC::IndexGetBUF $bfl index:int32]
get the index element from MkBufferListC ... if not available… create it. …
Definition at line 782 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API string [MkBufferListC::IndexGetSTR $bfl index:int32]
get the index element from MkBufferListC ... as string. …
Definition at line 856 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::IndexSet $bfl index:int32 buf:MkBufferC
set the index object from bfl …
Definition at line 871 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::IndexSetBUF $bfl index:int32 buf:MkBufferC
set the index element from MkBufferListC ... if not available… createspace …
Definition at line 889 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::IndexSetSTR $bfl index:int32 str:string
set the index element from MkBufferListC ... to string… if not available… create space …
Definition at line 907 of file MkBufferListC_atl.c.