Node of a hash table. More...
Data Fields | |
| void * | key |
| void * | value |
| di_hash_node * | next |
Node of a hash table.
For internal use only.
| void* key |
key
Referenced by di_hash_table_foreach().
the next node
Referenced by di_hash_table_foreach().
| void* value |
value
Referenced by di_hash_table_foreach(), and di_hash_table_lookup().
1.7.1