Tinyhash
This is a library containing multiple C implementations of hashmap.
|
#include <table.h>
Public Attributes | |
uint32_t | count |
uint32_t | capacity |
th_oa_entry_t * | entries |
uint32_t th_oa_table_t::capacity |
Definition at line 20 of file table.h.
Referenced by th_oa_iterator_next(), th_oa_table_copy(), th_oa_table_delete(), th_oa_table_find(), th_oa_table_free(), th_oa_table_get(), th_oa_table_increase(), th_oa_table_init(), and th_oa_table_put_with_key().
uint32_t th_oa_table_t::count |
Definition at line 19 of file table.h.
Referenced by th_oa_table_init(), and th_oa_table_put_with_key().
th_oa_entry_t* th_oa_table_t::entries |
Definition at line 21 of file table.h.
Referenced by th_oa_iterator_next(), th_oa_table_copy(), th_oa_table_find(), th_oa_table_free(), th_oa_table_increase(), and th_oa_table_init().