Kiwi Engine
VM for interpreter
|
#include <KEValue.h>
Data Fields | |
KEValueType | type |
union { | |
CNBoolean booleanValue | |
int64_t intValue | |
uint64_t uIntValue | |
double floatValue | |
struct CNString * stringValue | |
struct KEObject * objectValue | |
}; | |
Data structure to store every kind of data
union { ... } |
Context
KEValueType KEValue::type |
Type of value