MkBufferListC - various functions to work on a MkBufferListS … More...
MkBufferListC - various functions to work on a MkBufferListS …
|
static |
Ruby:
→ C-API int32 bfl.Cmp(bfl2:MkBufferListC)
compare two buffer-list …
Definition at line 964 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.Copy(src:MkBufferListC)
copy all internal data from src to tgt …
Definition at line 976 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ 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 896 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API to.Move(from:MkBufferListC)
move all internal data from from to the end of to …
Definition at line 989 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.PositionMerge(source:MkBufferListC, position:int32)
merge a MkBufferListS list into an MkBufferListS object on position …
Definition at line 914 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.Reserve(num:int32)
reserve num items in a MkBufferListC object …
Definition at line 1002 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.Reset()
reset a MkBufferListC object …
Definition at line 929 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API int32 bfl.SearchC(str:string, ?len:int32=-1?, ?startindex:int32=0?)
search MK_STR item from a MkBufferListS object starting at startindex …
Definition at line 1015 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API int32 bfl.Size()
get the number-of-items in the bfl …
Definition at line 1031 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.Sort()
sort a MkBufferListC …
Definition at line 940 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bfl.ToBuffer()
Export a bfl into an MkBufferC using an MkBufferStreamC …
Definition at line 951 of file MkBufferListC_rb.c.
OT_ProcRet rbmkkernel_MkBufferListC_ToList | ( | MkBufferListC_ARGS | ) |
Ruby:
→ C-API [list...] bfl.ToList()
get a target-language list representation of the bfl …
Method definition
|
static |
Definition at line 1045 of file MkBufferListC_rb.c.