MkBufferC - various functions to work on buffer-data … More...
MkBufferC - various functions to work on buffer-data …
|
inline |
C#:
→ C-API buf.CastTo(MkTypeE typ)
change the type of an MkBufferC to type …
Definition at line 402 of file MkBufferC.cs.
|
inline |
C#:
→ C-API int buf1.Cmp(MkBufferC buf2)
compare TWO MkBufferC objects like strcmp
do it for strings …
Definition at line 408 of file MkBufferC.cs.
C#:
→ C-API MkBufferC buf.Copy(MkBufferC srce)
copy the MkBufferC from srce to dest …
Definition at line 369 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.Reset()
reset a MkBufferC to the length zero …
Definition at line 376 of file MkBufferC.cs.
|
inline |
C#:
→ C-API buf.ResetFull()
reset a MkBufferC to the length zero and free allocated storage…
Definition at line 415 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.SizeAdd(int size)
add size storage to the buf …
Definition at line 382 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.SizeNew(int size)
alloc min size storage to the buf …
Definition at line 388 of file MkBufferC.cs.
|
inline |
C#:
→ C-API MkBufferC buf.Temp()
create a temporary copy of the MkBufferC buf …
Definition at line 394 of file MkBufferC.cs.