MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
inline |
C#:
→ C-API int bfl.Cmp(MkBufferListC bfl2)
compare two buffer-list …
Definition at line 592 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.Copy(MkBufferListC src)
copy all internal data from src to tgt …
Definition at line 599 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.FileGlob(string pattern_match)
create a new MkBufferListC using the result from a filesystem glob operation …
Definition at line 552 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API to.Move(MkBufferListC from)
move all internal data from from to the end of to …
Definition at line 605 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.PositionMerge(MkBufferListC source, int position)
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 565 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.Reserve(int num)
reserve num items in a MkBufferListC object …
Definition at line 611 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.Reset()
reset a MkBufferListC object …
Definition at line 572 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API int bfl.SearchC(string str, int len = -1, int startindex = 0)
search MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 616 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API int bfl.Size()
get the number-of-items in the bfl …
Definition at line 624 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.Sort()
sort a MkBufferListC …
Definition at line 578 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferC bfl.ToBuffer()
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 584 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API List<object> bfl.ToList()
get a target-language list representation of the bfl …
Definition at line 724 of file MkBufferListC.cs.