Tinyhash
This is a library containing multiple C implementations of hashmap.
|
Cth_funcs_t | Centralizing every function associated with an unique implementation method |
Cth_iterator_s | Represents an iterator that allow to iterate over a generic table |
Cth_key_t | Represent an entry key |
Cth_oa_entry_s | Represent an entry within a bucket |
Cth_oa_table_t | |
Cth_sc_entry_s | Represents a separate chaining entry |
Cth_sc_table_t | Represent a separate chaining table |
Cth_t | Represent a hashmap controller |