Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

hashTable_s Struct Reference

List of all members.

Public Attributes

int numBuckets
int keySize
int freeData
struct hashBucket** buckets
hashFunctionType fn
hashEqualityType eq

Member Data Documentation

struct hashBucket ** hashTable_s::buckets
 

hash bucket array

Definition at line 26 of file hash.c.

hashEqualityType hashTable_s::eq
 

compare hash keys for equality

Definition at line 28 of file hash.c.

Referenced by htAddEntry().

hashFunctionType hashTable_s::fn
 

generate hash value for key

Definition at line 27 of file hash.c.

Referenced by htAddEntry().

int hashTable_s::freeData
 

should data be freed when table is destroyed?

Definition at line 25 of file hash.c.

int hashTable_s::keySize
 

size of key (0 if unknown)

Definition at line 24 of file hash.c.

int hashTable_s::numBuckets
 

number of hash buckets

Definition at line 23 of file hash.c.


The documentation for this struct was generated from the following file:
Generated at Mon May 21 08:53:43 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001