Contains an union that can fit any kind of node. More...
#include <Eet.h>
Data Fields | ||
union { | ||
char c | ||
short s | ||
int i | ||
long long l | ||
float f | ||
double d | ||
unsigned char uc | ||
unsigned short us | ||
unsigned int ui | ||
unsigned long long ul | ||
const char * str | ||
} | value | |
Contains an union that can fit any kind of node.