Data Fields

di_hash_node Struct Reference
[Simple hash table]

Node of a hash table. More...

Data Fields

void * key
void * value
di_hash_nodenext

Detailed Description

Node of a hash table.

For internal use only.


Field Documentation

void* key

key

Referenced by di_hash_table_foreach().

the next node

Referenced by di_hash_table_foreach().

void* value