Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   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 33 of file inthash.c.


Member Data Documentation

int inthash_node_t::data
 

Definition at line 34 of file inthash.c.

Referenced by inthash_delete, inthash_insert, and inthash_lookup.

int inthash_node_t::key
 

Definition at line 35 of file inthash.c.

Referenced by inthash_delete, inthash_insert, inthash_lookup, and rebuild_table_int.

struct inthash_node_t* inthash_node_t::next
 

Definition at line 36 of file inthash.c.

Referenced by alos_int, inthash_delete, inthash_destroy, inthash_insert, inthash_lookup, and rebuild_table_int.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 28 03:08:33 2024 for VMD Plugins (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002