MkBufferC - various functions to create, initialize and destroy a MkBufferC … More...
MkBufferC - various functions to create, initialize and destroy a MkBufferC …
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(int size = 0)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 566 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create1024(int size = 0)
call the BufferCreate with default type MkBuffer1024S (1024 byte) …
Definition at line 575 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create256(int size = 0)
call the BufferCreate with default type MkBuffer256S (256 byte) …
Definition at line 584 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create64(int size = 0)
call the BufferCreate with default type MkBuffer64S (64 byte) …
Definition at line 593 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateBIN
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 602 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateBOL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 615 of file MkBufferC.cs.
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.CreateBUF(MkBufferC val)
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 624 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateDBL
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 634 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateFLT
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 643 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateI16
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 652 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateI32
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 661 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateI64
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 670 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateI8
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 679 of file MkBufferC.cs.
|
inlinestatic |
C#: doc_mk_cs_BufferCreateSTR
→ C-API
Constructor - create a new MkBufferC with an PRIMITIVE TYPE …
Definition at line 688 of file MkBufferC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkBufferC MkBufferC.CreateTLS(string tlsName, bool resetB = true)
same as BufferCreate but require no cleanup
Definition at line 701 of file MkBufferC.cs.
|
inlinestaticprotected |
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(int size = 0)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 554 of file MkBufferC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferC buf.Dup()
Dup-Constructor - create a new MkBufferC instance as copy from an existing MkBufferC instance
Definition at line 543 of file MkBufferC.cs.
|
inline |
C#:
→ C-API [constructor] MkBufferC buf.Merge()
Merge-Constructor - create a new MkBufferC as a merge from an existing object …
Definition at line 532 of file MkBufferC.cs.
|
inline |
CONSTRUCTOR.
C#:
→ C-API [constructor,static] MkBufferC MkBufferC.Create(int size = 0)
Constructor - create a new MkBufferC with minimum size of internal storage …
Definition at line 563 of file MkBufferC.cs.