#include <hash.h>
Data Fields | |
unsigned | hash_count |
hash_reference | referencer |
hash_dereference | dereferencer |
hash_comparator_t | cmp |
unsigned(* | do_hash )(const void *, unsigned, unsigned) |
struct hash_bucket * | buckets [1] |
Definition at line 59 of file hash.h.
struct hash_bucket* hash_table::buckets[1] [read] |
unsigned(* hash_table::do_hash)(const void *, unsigned, unsigned) |
unsigned hash_table::hash_count |