Main Page
Data Structures
File List
Data Fields
Globals
lh_entry Struct Reference
Data Fields
void *
k
void *
v
lh_entry *
next
lh_entry *
prev
Detailed Description
An entry in the hash table
Field Documentation
void* lh_entry::k
The key.
struct lh_entry* lh_entry::next
The next entry
struct lh_entry* lh_entry::prev
The previous entry.
void* lh_entry::v
The value.
The documentation for this struct was generated from the following file:
/home/mclark/src/json-c/
linkhash.h
Generated on Sat Aug 7 12:37:13 2004 for json-c by
1.2.15