#include <avis/values.h>
Data Fields | |
ValueType | type |
The type of value. | |
union { | |
int32_t int32 | |
int64_t int64 | |
real64_t real64 | |
char * str | |
Array bytes | |
} | value |
The actual wrapped value (discriminated by type). |
The type of value.
char* Value::str |
union { ... } Value::value |
The actual wrapped value (discriminated by type).