Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
KEValue Struct Reference

#include <KEValue.h>

Data Fields

KEValueType type
 
union {
   CNBoolean   booleanValue
 
   int64_t   intValue
 
   uint64_t   uIntValue
 
   double   floatValue
 
   struct CNString *   stringValue
 
   struct KEObject *   objectValue
 
}; 
 

Detailed Description

Data structure to store every kind of data

Field Documentation

union { ... }

Context

KEValueType KEValue::type

Type of value


The documentation for this struct was generated from the following file: