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