#include <linkhash.h>
Public Attributes | |
void * | k |
struct lh_entry * | next |
struct lh_entry * | prev |
void * | v |
An entry in the hash table
Definition at line 48 of file linkhash.h.
void* lh_entry::k |
The key.
Definition at line 52 of file linkhash.h.
struct lh_entry* lh_entry::next |
The next entry
Definition at line 60 of file linkhash.h.
struct lh_entry* lh_entry::prev |
The previous entry.
Definition at line 64 of file linkhash.h.
void* lh_entry::v |
The value.
Definition at line 56 of file linkhash.h.