Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

inthash_node_t Struct Reference

List of all members.

Public Attributes

int data
int key
inthash_node_t * next

Detailed Description

hash table node data structure

Definition at line 30 of file inthash.c.


Member Data Documentation

int inthash_node_t::data
 

Definition at line 31 of file inthash.c.

Referenced by inthash_delete, inthash_insert, and inthash_lookup.

int inthash_node_t::key
 

Definition at line 32 of file inthash.c.

Referenced by inthash_delete, inthash_insert, inthash_lookup, and rebuild_table.

struct inthash_node_t* inthash_node_t::next
 

Definition at line 33 of file inthash.c.

Referenced by alos, inthash_delete, inthash_destroy, inthash_insert, inthash_lookup, and rebuild_table.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 29 01:27:58 2008 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002