Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

HashtableEntryStruct Struct Reference
[Hashtables]

Collaboration diagram for HashtableEntryStruct:

Collaboration graph
[legend]

Detailed Description

internal representation of the hash table entry.

Definition at line 50 of file hashtable.c.

Data Fields


Field Documentation

Pointer HashtableEntryStruct::key
 

hash key

Definition at line 51 of file hashtable.c.

struct HashtableEntryStruct* HashtableEntryStruct::next
 

pointer to next entry

Definition at line 53 of file hashtable.c.

Pointer HashtableEntryStruct::value
 

value

Definition at line 52 of file hashtable.c.


The documentation for this struct was generated from the following file:
BLAH 0.95 (20 Oct 2004)