|
libamxc
1.10.3
C Generic Data Containers
|
The hash table structure. More...
#include <amxc_htable.h>

Data Fields | |
| amxc_array_t | table |
| size_t | items |
| amxc_htable_hash_func_t | hfunc |
| amxc_htable_it_delete_t | it_del |
The hash table structure.
Definition at line 175 of file amxc_htable.h.
| amxc_htable_hash_func_t _amxc_htable::hfunc |
The hash function
Definition at line 178 of file amxc_htable.h.
| amxc_htable_it_delete_t _amxc_htable::it_del |
The iterator delete function
Definition at line 179 of file amxc_htable.h.
| size_t _amxc_htable::items |
Number of items in the hash tables
Definition at line 177 of file amxc_htable.h.
| amxc_array_t _amxc_htable::table |
The hash table
Definition at line 176 of file amxc_htable.h.