Hashtable container type. More...
#include <tommyhashdyn.h>
Data Fields | |
| tommy_hashdyn_node ** | bucket |
| Hash buckets. More... | |
| tommy_size_t | bucket_max |
| Number of buckets. More... | |
| tommy_size_t | bucket_mask |
| Bit mask to access the buckets. More... | |
| tommy_size_t | count |
| Number of elements. More... | |
| tommy_uint_t | bucket_bit |
| Bits used in the bit mask. More... | |
Hashtable container type.
| tommy_hashdyn_node** tommy_hashdyn_struct::bucket |
Hash buckets.
One list for each hash modulus.
| tommy_size_t tommy_hashdyn_struct::bucket_max |
Number of buckets.
| tommy_size_t tommy_hashdyn_struct::bucket_mask |
Bit mask to access the buckets.
| tommy_size_t tommy_hashdyn_struct::count |
Number of elements.
| tommy_uint_t tommy_hashdyn_struct::bucket_bit |
Bits used in the bit mask.