Lhogho
0.0.028
|
core atom structure More...
Data Fields | |
union { | |
byte_t b [16] | |
atom structure as 16 bytes More... | |
uint_t u [4] | |
atom structure as 4 unsigned ints More... | |
int_t n [4] | |
atom structure as 4 ints More... | |
ushort_t s [8] | |
atom structure as 8 unsigned shorts More... | |
chars_t c [4] | |
atom structure as 16 or 8 chars More... | |
struct node * a [4] | |
atom structure as 4 atoms More... | |
int64_t i [2] | |
atom structure as 2 int64 More... | |
float64_t f [2] | |
atom structure as 2 float64 More... | |
void * v [4] | |
atom structure as 4 pointers More... | |
} | unode |
union of various views of atom's structure More... | |
This structure represents the core structure of atoms. It makes various projection in order to treat atom's contents as arrays of various types.
union { ... } unode |