#include <lib/utils/include/hashtable.h>
Data Fields | |
void * | key |
void * | data |
This structure defines a hashtable entry, i.e. some data and its associated key.
Definition at line 110 of file hashtable.h.
Key associated to this entry, as a pointer to void
.
Definition at line 114 of file hashtable.h.
Data associated to this entry, as a pointer to void
.
Definition at line 118 of file hashtable.h.