#include <ght_hash_table.h>
Data Fields | |
unsigned int | i_items |
The current number of items in the table. More... | |
unsigned int | i_size |
The number of buckets. More... | |
ght_fn_hash_t | fn_hash |
The hash function used. More... | |
int | i_heuristics |
The type of heuristics used. More... | |
int | i_automatic_rehash |
TRUE if automatic rehashing is used. More... |
|
The hash function used.
|
|
TRUE if automatic rehashing is used.
|
|
The type of heuristics used.
|
|
The current number of items in the table.
|
|
The number of buckets.
|