RLP
1.5
|
Hash table structure. More...
Data Fields | |
int(* | hash )(void *) |
Hash function of this hash table. More... | |
int(* | equals )(void *, void *) |
Comparison function of this hash table. More... | |
int | size |
Number of elements of this hash table. More... | |
int | length |
Number of buckets of this hash table. More... | |
float | factor |
Load factor. More... | |
HashNode * | elems |
Buckets of this hash table. More... | |
int(* equals)(void *, void *) |
RLP © 2006, 2009, 2015 Rui Carlos Gonçalves