MkBufferListC - various functions to create and destroy a MkBufferListS … More...
MkBufferListC - various functions to create and destroy a MkBufferListS …
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(int size = 0)
Constructs a MkBufferC instance with size storage…
Definition at line 681 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.CreateLA(MkBufferListC args)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 690 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.CreateLA(MkBufferListC args)
Constructs a MkBufferListC instance with an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 700 of file MkBufferListC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferListC MkBufferListC.CreateTLS(string tlsName, bool resetB = true)
same as BufferListCreate but require no cleanup …
Definition at line 708 of file MkBufferListC.cs.
|
inlinestaticprotected |
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(int size = 0)
Constructs a MkBufferC instance with size storage…
Definition at line 669 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferListC bfl.Dup()
Dup-Constructor - create a new MkBufferListC instance as copy from an existing MkBufferListC instance …
Definition at line 658 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferListC bfl.Merge()
Merge-Constructor - constructs a MkBufferListC instance as a merge from an existing MkBufferListC instance …
Definition at line 647 of file MkBufferListC.cs.
|
inline |
CONSTRUCTOR.
C#:
→ C-API [constructor,static] MkBufferListC MkBufferListC.Create(int size = 0)
Constructs a MkBufferC instance with size storage…
Definition at line 678 of file MkBufferListC.cs.