Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

hashTable_s Struct Reference


Data Fields

int numBuckets
int keySize
int freeData
hashBucketbuckets
hashFunctionType fn
hashEqualityType eq

Field Documentation

hashBucket* hashTable_s::buckets
 

hash bucket array

Definition at line 30 of file rpmhash.c.

hashEqualityType hashTable_s::eq
 

compare hash keys for equality

Definition at line 32 of file rpmhash.c.

hashFunctionType hashTable_s::fn
 

generate hash value for key

Definition at line 31 of file rpmhash.c.

int hashTable_s::freeData
 

should data be freed when table is destroyed?

Definition at line 29 of file rpmhash.c.

int hashTable_s::keySize
 

size of key (0 if unknown)

Definition at line 28 of file rpmhash.c.

int hashTable_s::numBuckets
 

number of hash buckets

Definition at line 27 of file rpmhash.c.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 18 17:34:57 2002 for rpm by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002