LibRCG
3.1.1
|
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 *) |
LibRCG © 2004-2015 Rui Carlos Gonçalves