stores an hash table element for use in the hash table More...
#include <hashtable.h>
Data Fields | |
| size_t | key_len |
| size_t | value_len |
| void * | key |
| void * | value |
| hash_table_element_t * | next |
stores an hash table element for use in the hash table
| void* hash_table_element::key |
pointer to the key
| size_t hash_table_element::key_len |
store the length in bytes of the key
| hash_table_element_t* hash_table_element::next |
next chained key for this hash
| void* hash_table_element::value |
pointer to the value
| size_t hash_table_element::value_len |
stores the length in bytes of the key (only for copy mode)