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

hash_entry_struct Struct Reference

#include <hash.h>

Collaboration diagram for hash_entry_struct:

Collaboration graph
[legend]

Data Fields

int key
hash_entry_structnext
char data [1]

Field Documentation

char hash_entry_struct::data[1]
 

Definition at line 38 of file hash.h.

Referenced by get_next_hash_entry(), insert_in_hash_table(), lookup_in_hash_table(), and remove_from_hash_table().

int hash_entry_struct::key
 

Definition at line 36 of file hash.h.

Referenced by insert_in_hash_table(), lookup(), and move_hash_entries_to_new_table().

struct hash_entry_struct* hash_entry_struct::next
 

Definition at line 37 of file hash.h.

Referenced by delete_hash_table(), get_next_hash_entry(), insert_in_hash_table(), lookup(), move_hash_entries_to_new_table(), and remove_from_hash_table().


The documentation for this struct was generated from the following file:
Generated on Wed Jul 28 09:11:24 2004 for BICPL by doxygen 1.3.7