![]() |
Diffusion C API 6.11.5
|
This structure represents an entry in the set. More...
#include <set.h>
Data Fields | |
void * | val |
The value stored in this set entry. | |
struct set_entry_s * | next |
If multiple values have the same hash, this is a pointer to the next possible matching entry. | |
This structure represents an entry in the set.