Tinyhash
This is a library containing multiple C implementations of hashmap.
|
Represent a hashmap controller. More...
#include <tinyhash.h>
Public Attributes | |
th_method_t | method |
th_funcs_t | funcs |
th_generic_table_t | table |
Represent a hashmap controller.
Definition at line 71 of file tinyhash.h.
th_funcs_t th_t::funcs |
Definition at line 73 of file tinyhash.h.
Referenced by th_begin_iterator(), th_clear(), th_delete(), th_empty_iterator(), th_free(), th_get(), th_len(), and th_put().
th_method_t th_t::method |
Definition at line 72 of file tinyhash.h.
th_generic_table_t th_t::table |
Definition at line 74 of file tinyhash.h.
Referenced by th_begin_iterator(), th_clear(), th_delete(), th_empty_iterator(), th_free(), th_get(), th_len(), and th_put().