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