Kiwi Engine
VM for interpreter
|
Dictionary class. The key is CNString and the value is KEValue. More...
#include <KEDictionary.h>
Data Fields | |
struct KEObject | superClass |
struct KEDictionaryItem * | dictionaryItems [KESizeOfDictionaryHashTable] |
uint64_t | itemCount |
Dictionary class. The key is CNString and the value is KEValue.
struct KEDictionaryItem* KEDictionary::dictionaryItems[KESizeOfDictionaryHashTable] |
Hash table for the item of the dictionary
uint64_t KEDictionary::itemCount |
Count of the items in this dictionary
struct KEObject KEDictionary::superClass |
Super class