|
cdsa
Arena allocators and friends
|
Represents a single item of a dict. More...
#include <dict.h>
Data Fields | |
| struct { | |
| void * data | |
| Pointer to the key data. | |
| long size | |
| Size of the key data in bytes. | |
| } | key |
| Key properties. | |
| DictItem * | child [1<< dict_hash_shift] |
| Array of child items for hash traversal. | |
| DictItem * | next |
| Pointer to the next item. | |
Represents a single item of a dict.
| void * DictItem::data |
Pointer to the key data.
Pointer to the item data.