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

inthash_t Struct Reference

#include <inthash.h>

List of all members.

Public Attributes

inthash_node_t ** bucket
int size
int entries
int downshift
int mask


Detailed Description

hash table top level data structure

Definition at line 28 of file inthash.h.


Member Data Documentation

struct inthash_node_t** inthash_t::bucket
 

Definition at line 29 of file inthash.h.

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

int inthash_t::downshift
 

Definition at line 32 of file inthash.h.

Referenced by inthash, and inthash_init.

int inthash_t::entries
 

Definition at line 31 of file inthash.h.

Referenced by alos_int, inthash_entries, inthash_init, inthash_insert, inthash_stats, and rebuild_table_int.

int inthash_t::mask
 

Definition at line 33 of file inthash.h.

Referenced by inthash, and inthash_init.

int inthash_t::size
 

Definition at line 30 of file inthash.h.

Referenced by alos_int, inthash_destroy, inthash_init, inthash_insert, inthash_stats, and rebuild_table_int.


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