#include <epHash.h>
Collaboration diagram for epHash_s:

Public Attributes | |
| struct epHashElt_s** | bucketArray |
| long | numOfBuckets |
| long | numOfElements |
| double | lowerRehashThreshold |
| double | upperRehashThreshold |
| double | idealRatio |
| boolean_t (* | keyComparisonFunction )(const void *key1, const void *key2) |
Definition at line 24 of file epHash.h.
|
|
bucket array |
|
|
ideal ratio |
|
|
keys comparison function Referenced by epHash_get(), epHash_put(), and epHash_remove(). |
|
|
min. numOfElement/numOfBuckets ratio |
|
|
number of buckets |
|
|
number of elements |
|
|
max. numOfElement/numOfBuckets ratio |
1.2.1 written by Dimitri van Heesch,
© 1997-2000