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

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
 

Detailed Description

Dictionary class. The key is CNString and the value is KEValue.

Field Documentation

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


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