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

Definition at line 29 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. | |
|
|
The data itself.
|
|
|
The key for this item of data.
|
|
|
The list of other possible keys.
|
1.4.1