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

hash_node_t Struct Reference

List of all members.

Public Attributes

int data
const char * key
hash_node_t * next

Detailed Description

hash table node data structure

Definition at line 30 of file hash.c.


Member Data Documentation

int hash_node_t::data
 

Definition at line 31 of file hash.c.

Referenced by hash_delete, hash_insert, and hash_lookup.

const char* hash_node_t::key
 

Definition at line 32 of file hash.c.

Referenced by hash_delete, hash_insert, hash_lookup, and rebuild_table.

struct hash_node_t* hash_node_t::next
 

Definition at line 33 of file hash.c.

Referenced by alos, hash_delete, hash_destroy, hash_insert, hash_lookup, and rebuild_table.


The documentation for this struct was generated from the following file:
Generated on Fri Apr 19 03:09:46 2024 for VMD Plugins (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002