Tinyhash
This is a library containing multiple C implementations of hashmap.
|
Represent an entry key. More...
#include <key.h>
Public Attributes | |
uint32_t | hash |
size_t | size |
th_any_t | data |
th_any_t th_key_t::data |
Definition at line 17 of file key.h.
Referenced by th_key_is_equal().
uint32_t th_key_t::hash |
Definition at line 15 of file key.h.
Referenced by th_key_create(), th_oa_table_find(), th_sc_table_delete(), th_sc_table_find(), and th_sc_table_put_with_key().
size_t th_key_t::size |
Definition at line 16 of file key.h.
Referenced by th_key_is_equal().