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

Definition at line 28 of file psHash.h.
Data Fields | |
| char * | key |
| The key for this item of data. | |
| psPtr | data |
| The data itself. | |
| psHashBucket * | next |
| The list of other possible keys. | |
| char* psHashBucket::key |
| struct psHashBucket* psHashBucket::next |
1.5.1