psHashBucket Struct Reference
[Data Containers]

#include <psHash.h>

Collaboration diagram for psHashBucket:

Collaboration graph
[legend]

Detailed Description

A bucket that holds an item of data.

Definition at line 28 of file psHash.h.

Data Fields

char * key
 The key for this item of data.
psPtr data
 The data itself.
psHashBucketnext
 The list of other possible keys.


Field Documentation

char* psHashBucket::key

The key for this item of data.

Definition at line 30 of file psHash.h.

psPtr psHashBucket::data

The data itself.

Definition at line 31 of file psHash.h.

struct psHashBucket* psHashBucket::next

The list of other possible keys.

Definition at line 32 of file psHash.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:51 2007 for pslib by  doxygen 1.5.1