Diffusion C API 6.11.5
Loading...
Searching...
No Matches
set_entry_s Struct Reference

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_snext
 If multiple values have the same hash, this is a pointer to the next possible matching entry.
 

Detailed Description

This structure represents an entry in the set.


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