#include <psHash.h>
Collaboration diagram for psHash:

Definition at line 40 of file psHash.h.
Data Fields | |
| long | n |
| Number of buckets in hash table. | |
| psHashBucket ** | buckets |
| The bucket data. | |
| void * | lock |
| Optional lock for thread safety. | |
|
|
The bucket data.
|
|
|
Optional lock for thread safety.
|
|
|
Number of buckets in hash table.
|
1.4.2