MkBufferListC - various functions to 'append' to a MkBufferListS … More...
MkBufferListC - various functions to 'append' to a MkBufferListS …
|
static |
Ruby: doc_mk_rb_BufferListAppendBIN
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 237 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendBOL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 250 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.AppendBUF(val:MkBufferC)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 263 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendDBL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 276 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendFLT
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 289 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.AppendG(val:long)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 302 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendI16
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 315 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendI32
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 328 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendI64
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 341 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendI8
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 354 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.AppendLA(args:MkBufferListC...)
append a variable number of MkBufferC object's to an MkBufferListC object using an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 207 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.AppendLP(addBufL:MkBufferListC, ?position:int32=-1?)
copy a MkBufferListS list into an MkBufferListS object on position …
Definition at line 220 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListAppendSTR
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 367 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.AppendStringR(val:string)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 380 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API bfl.AppendUP(addBuf:MkBufferC, ?position:int32=-1?)
append a MkBufferC item into an MkBufferListC object on position …
Definition at line 393 of file MkBufferListC_rb.c.