MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
static |
Atl:
→ C-API int32 [MkBufferListC::Cmp $bfl bfl2:MkBufferListC]
compare two buffer-list …
Definition at line 1097 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::Copy $bfl src:MkBufferListC
copy all internal data from src to tgt …
Definition at line 1112 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferListC [MkBufferListC::FileGlob pattern_match:string]
create a new MkBufferListC using the result from a filesystem glob operation …
Definition at line 1013 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::Move $to from:MkBufferListC
move all internal data from from to the end of to …
Definition at line 1128 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC [MkBufferListC::PositionMerge $bfl source:MkBufferListC position:int32]
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 1035 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC::Reserve $bfl num:int32
reserve num items in a MkBufferListC object …
Definition at line 1144 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC [MkBufferListC::Reset $bfl]
reset a MkBufferListC object …
Definition at line 1053 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferListC::SearchC $bfl str:string ?len:int32=-1? ?startindex:int32=0?]
search MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 1160 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferListC::Size $bfl]
get the number-of-items in the bfl …
Definition at line 1179 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferListC [MkBufferListC::Sort $bfl]
sort a MkBufferListC …
Definition at line 1067 of file MkBufferListC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferListC::ToBuffer $bfl]
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 1081 of file MkBufferListC_atl.c.
OT_ProcRet atlmkkernel_MkBufferListC_ToList | ( | MkBufferListC_ARGS | ) |
Atl:
→ C-API [list...] [MkBufferListC::ToList $bfl]
get a target-language list representation of the bfl …
|
static |
Definition at line 1196 of file MkBufferListC_atl.c.