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

Definition at line 29 of file psHash.h.
Data Fields | |
| char * | key |
| key for this item of data | |
| psPtr | data |
| the data itself | |
| psHashBucket * | next |
| list of other possible keys | |
|
|
the data itself
|
|
|
key for this item of data
|
|
|
list of other possible keys
|
1.3.9.1