|
theKernel 10.0
|
a union for all data items supported by MkBufferS … More...
#include <LibMkKernel_mk.h>
Collaboration diagram for MkBufferU:Data Fields | |
| MK_ATO * | A |
| atom for native data-types | |
| MK_BIN | B |
| arbitrary byte-array data | |
| MK_STRN | C |
| const C string like data (e.g. with a \0 at the end) | |
| MK_STR | S |
| C string like data (e.g. with a \0 at the end) | |
| MK_LST | L |
| list object type data | |
a union for all data items supported by MkBufferS …
A tclmkkernel data package is a collection of items of type MkBufferU with variable length data of type: MK_BIN, MK_STR and MK_LST or a a fixed length data of type MK_ATO. The MkBufferS object is using a MkBufferU union and a MkTypeE enum to define an item.
Definition at line 2188 of file LibMkKernel_mk.h.
| MK_ATO* MkBufferU::A |
atom for native data-types
Definition at line 2189 of file LibMkKernel_mk.h.
| MK_BIN MkBufferU::B |
arbitrary byte-array data
Definition at line 2190 of file LibMkKernel_mk.h.
| MK_STRN MkBufferU::C |
const C string like data (e.g. with a \0 at the end)
Definition at line 2191 of file LibMkKernel_mk.h.
| MK_LST MkBufferU::L |
list object type data
Definition at line 2193 of file LibMkKernel_mk.h.
| MK_STR MkBufferU::S |
C string like data (e.g. with a \0 at the end)
Definition at line 2192 of file LibMkKernel_mk.h.