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