MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
inline |
C++:
→ C-API MK_I32 bfl.Cmp(const MkBufferListC* bfl2)
compare two buffer-list …
Definition at line 778 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 bfl.Cmp(const MkBufferListC* bfl2)
compare two buffer-list …
Definition at line 770 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API bfl.Copy(const MkBufferListC* src)
copy all internal data from src to tgt …
Definition at line 793 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API bfl.Copy(const MkBufferListC* src)
copy all internal data from src to tgt …
Definition at line 786 of file MkBufferListC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [constructor,static] MkBufferListC* MkBufferListC::FileGlob(MK_STRN pattern_match)
create a new MkBufferListC using the result from a filesystem glob operation …
Definition at line 718 of file MkBufferListC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [constructor,static] MkBufferListC* MkBufferListC::FileGlob(MK_STRN pattern_match)
create a new MkBufferListC using the result from a filesystem glob operation …
Definition at line 708 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API to.Move(MkBufferListC* from)
move all internal data from from to the end of to …
Definition at line 807 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API to.Move(MkBufferListC* from)
move all internal data from from to the end of to …
Definition at line 800 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.PositionMerge(MkBufferListC* source, MK_NUM position)
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 739 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.PositionMerge(MkBufferListC* source, MK_NUM position)
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 731 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API bfl.Reserve(MK_NUM num)
reserve num items in a MkBufferListC object …
Definition at line 814 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.Reset()
reset a MkBufferListC object …
Definition at line 747 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM bfl.SearchC(MK_STRN str, MK_NUM len = -1, MK_NUM startindex = 0)
search libmkkernel::MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 827 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM bfl.SearchC(MK_STRN str, MK_NUM len = -1, MK_NUM startindex = 0)
search libmkkernel::MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 820 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_NUM bfl.Size()
get the number-of-items in the bfl …
Definition at line 835 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.Sort()
sort a MkBufferListC …
Definition at line 754 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* bfl.ToBuffer()
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 761 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.ToList()
get a target-language list representation of the bfl …
Definition at line 90 of file MkBufferListC_inline_cc.hh.