Coconut Framework
beta
|
Dictionary of pointer. More...
#include <CNDictionary.h>
Public Attributes | |
struct CNResource * | resource |
size_t | itemCount |
Number of items. | |
struct CNDictionaryItem * | dictionaryItems [CNHashTableSizeOfDictionary] |
Array of data. | |
CNReleaseDictionaryItemFuncRef | releaseFunc |
Function to release the item of dictionary. | |
Dictionary of pointer.
struct CNResource* CNDictionary::resource |
Resource for this dictionary
Referenced by CNResourceOfDictionary().