cdsa
Arena allocators and friends
|
Represents a set of unique keys. More...
#include <set.h>
Data Fields | |
Arena * | arena |
Pointer to an arena allocator. | |
long | length |
Number of items in the set. | |
SetItem * | begin |
Pointer to the root item in the set. | |
SetItem * | end |
Pointer to the last item in the set. | |
Represents a set of unique keys.