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

hash2_entry_struct Struct Reference

#include <hash.h>

Collaboration diagram for hash2_entry_struct:

Collaboration graph
[legend]

Data Fields

int key1
int key2
hash2_entry_structnext
char data [1]

Field Documentation

char hash2_entry_struct::data[1]
 

Definition at line 64 of file hash.h.

Referenced by get_next_hash2_entry(), insert_in_hash2_table(), lookup_in_hash2_table(), and remove_from_hash2_table().

int hash2_entry_struct::key1
 

Definition at line 61 of file hash.h.

Referenced by insert_in_hash2_table(), and move_hash2_entries_to_new_table().

int hash2_entry_struct::key2
 

Definition at line 62 of file hash.h.

Referenced by insert_in_hash2_table(), and move_hash2_entries_to_new_table().

struct hash2_entry_struct* hash2_entry_struct::next
 

Definition at line 63 of file hash.h.

Referenced by delete_hash2_table(), get_next_hash2_entry(), insert_in_hash2_table(), lookup(), lookup_volume_coeficients(), move_hash2_entries_to_new_table(), and remove_from_hash2_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