Public Attributes | |
int | numBuckets |
int | keySize |
int | freeData |
struct hashBucket** | buckets |
hashFunctionType | fn |
hashEqualityType | eq |
|
hash bucket array |
|
compare hash keys for equality Definition at line 28 of file hash.c. Referenced by htAddEntry(). |
|
generate hash value for key Definition at line 27 of file hash.c. Referenced by htAddEntry(). |
|
should data be freed when table is destroyed? |
|
size of key (0 if unknown) |
|
number of hash buckets |