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

This structure represents an entry within a hash table. More...

#include <hash_num.h>

Data Fields

unsigned long key
 The key for this hash entry.
 
void * val
 The value associated with this hash entry.
 
struct hash_num_entry_snext
 If multiple keys have the same hash, this is a pointer to the next possible matching entry.
 

Detailed Description

This structure represents an entry within a hash table.


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