#include <hashtab.h>
Data Fields | |
| htab_hash | hash_f |
| htab_eq | eq_f |
| htab_del | del_f |
| void ** | entries |
| size_t | size |
| size_t | n_elements |
| size_t | n_deleted |
| unsigned int | searches |
| unsigned int | collisions |
| int | return_allocation_failure |
Definition at line 69 of file hashtab.h.
| void** htab::entries |
| size_t htab::size |
| size_t htab::n_elements |
| size_t htab::n_deleted |
| unsigned int htab::searches |
| unsigned int htab::collisions |
1.5.1