Diffusion C API  6.10.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
set_entry_s Struct Reference

This structure represents an entry in the set. More...

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. More...
 

Detailed Description

This structure represents an entry in the set.

Field Documentation

struct set_entry_s* set_entry_s::next

If multiple values have the same hash, this is a pointer to the next possible matching entry.


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