Data Fields | |
void * | k |
const void * | v |
struct lh_entry * | next |
struct lh_entry * | prev |
void* lh_entry::k |
The key.
struct lh_entry* lh_entry::next [read] |
The next entry
struct lh_entry* lh_entry::prev [read] |
The previous entry.
const void* lh_entry::v |
The value.