MkBufferListC - various functions to create and destroy a MkBufferListS … More...
MkBufferListC - various functions to create and destroy a MkBufferListS …
|
static |
Python:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(?size:int32=0?)
Constructs a MkBufferC instance with size storage…
Definition at line 1247 of file MkBufferListC_py.c.
|
static |
Python:
→ 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 1268 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [static] MkBufferListC MkBufferListC.CreateTLS(tlsName:string, ?resetB:bool=true?)
same as BufferListCreate but require no cleanup …
Definition at line 1310 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferListC bfl.Dup()
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
Definition at line 1227 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [constructor] MkBufferListC bfl.Merge()
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
Definition at line 1207 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [constructor,static] MkBufferListC MkBufferListC.new(?size:int32=0?)
Constructs a MkBufferC instance with size storage…
Definition at line 1288 of file MkBufferListC_py.c.