#include <hash.h>

Public Attributes | |
| size_t | elem_cnt |
| size_t | bucket_cnt |
| struct list * | buckets |
| hash_hash_func * | hash |
| hash_less_func * | less |
| void * | aux |
| void* hash::aux |
| size_t hash::bucket_cnt |
| struct list* hash::buckets |
| size_t hash::elem_cnt |
| hash_hash_func* hash::hash |
| hash_less_func* hash::less |