cdsa
Arena allocators and friends
Loading...
Searching...
No Matches
SetItem Struct Reference

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.
 
SetItemchild [1<< set_hash_shift]
 Array of child items for hash traversal.
 
SetItemnext
 Pointer to the next item.
 

Detailed Description

Represents a single item in a set.


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