MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.Create(?size:int32=0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 915 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.Create1024(?size:int32=0?)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 932 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.Create256(?size:int32=0?)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 948 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.Create64(?size:int32=0?)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 964 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 980 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 996 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.CreateBUF(val:MkBufferC)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1012 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1028 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1044 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1060 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1076 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1092 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1108 of file MkBufferC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 1124 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferC MkBufferC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferCreate but require no cleanup
Definition at line 1158 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferC buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 899 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferC buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 883 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferC MkBufferC.new(?size:int32=0?)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 1140 of file MkBufferC_rb.c.