#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... | |
| ght_fn_alloc_t | fn_alloc |
| The function used for allocating entries. More... | |
| ght_fn_free_t | fn_free |
| The function used for freeing entries. More... | |
| int | i_heuristics |
| The type of heuristics used. More... | |
| int | i_automatic_rehash |
| TRUE if automatic rehashing is used. More... | |
|
|
The function used for allocating entries.
|
|
|
The function used for freeing entries.
|
|
|
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.
|
1.2.15