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

Definition at line 39 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. | |
| void* psHash::lock |
1.5.1