Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psHashBucket Struct Reference
[Hash Table]

#include <psHash.h>

Collaboration diagram for psHashBucket:

Collaboration graph
[legend]

Detailed Description

A bucket that holds an item of data.

Definition at line 29 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

psPtr psHashBucket::data
 

The data itself.

Definition at line 32 of file psHash.h.

char* psHashBucket::key
 

The key for this item of data.

Definition at line 31 of file psHash.h.

struct psHashBucket* psHashBucket::next
 

The list of other possible keys.

Definition at line 33 of file psHash.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jun 15 11:01:12 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1