Hashtable container type. More...
#include <tommyhashtbl.h>
Data Fields | |
| tommy_hashtable_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... | |
Hashtable container type.
| tommy_hashtable_node** tommy_hashtable_struct::bucket |
Hash buckets.
One list for each hash modulus.
| tommy_size_t tommy_hashtable_struct::bucket_max |
Number of buckets.
| tommy_size_t tommy_hashtable_struct::bucket_mask |
Bit mask to access the buckets.
| tommy_size_t tommy_hashtable_struct::count |
Number of elements.