MkBufferListC - various functions to 'append' to a MkBufferListS … More...
MkBufferListC - various functions to 'append' to a MkBufferListS …
|
inline |
C#: doc_mk_cs_BufferListAppendBIN
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 161 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendBOL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 170 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.AppendBUF(MkBufferC val)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 175 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendDBL
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 181 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendFLT
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 186 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.AppendG(long val)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 191 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendI16
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 196 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendI32
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 201 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendI64
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 206 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendI8
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 211 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.AppendLA(MkBufferListC args)
append a variable number of MkBufferC object's to an MkBufferListC object using an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 139 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.AppendLA(MkBufferListC args)
append a variable number of MkBufferC object's to an MkBufferListC object using an other MkBufferListC OR a list of arguments (only in NON C)
Definition at line 153 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API MkBufferListC bfl.AppendLP(MkBufferListC addBufL, int position = -1)
copy a MkBufferListS list into an MkBufferListS object on position …
Definition at line 146 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListAppendSTR
→ C-API
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 216 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.AppendStringR(string val)
append a native PRIMITIVE TYPE object to a MkBufferListC …
Definition at line 223 of file MkBufferListC.cs.
|
inline |
C#:
→ C-API bfl.AppendUP(MkBufferC addBuf, int position = -1)
append a MkBufferC item into an MkBufferListC object on position …
Definition at line 231 of file MkBufferListC.cs.