MkBufferListC - various functions to create and destroy a MkBufferListS … More...
MkBufferListC - various functions to create and destroy a MkBufferListS …
|
static |
Ruby:
→ C-API (constructor,static) MkBufferListC MkBufferListC.Create(?size:int32=0?)
Constructs a MkBufferC instance with size storage…
Definition at line 1089 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferListC MkBufferListC.CreateLA(args:MkBufferListC...)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 1106 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferListC MkBufferListC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferListCreate but require no cleanup …
Definition at line 1140 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferListC bfl.Dup()
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
Definition at line 1073 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkBufferListC bfl.Merge()
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
Definition at line 1057 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (constructor,static) MkBufferListC MkBufferListC.new(?size:int32=0?)
Constructs a MkBufferC instance with size storage…
Definition at line 1122 of file MkBufferListC_rb.c.