hashTable_s Struct Reference


Data Fields

int numBuckets
int keySize
int freeData
hashBucketbuckets
hashFunctionType fn
hashEqualityType eq

Detailed Description

Definition at line 26 of file rpmhash.c.


Field Documentation

number of hash buckets

Definition at line 27 of file rpmhash.c.

size of key (0 if unknown)

Definition at line 28 of file rpmhash.c.

should data be freed when table is destroyed?

Definition at line 29 of file rpmhash.c.

hash bucket array

Definition at line 30 of file rpmhash.c.

generate hash value for key

Definition at line 31 of file rpmhash.c.

compare hash keys for equality

Definition at line 32 of file rpmhash.c.


The documentation for this struct was generated from the following file:

Generated on Wed Nov 19 21:09:28 2008 for rpm by  doxygen 1.5.6