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
 key for this item of data
psPtr data
 the data itself
psHashBucketnext
 list of other possible keys


Field Documentation

psPtr psHashBucket::data
 

the data itself

Definition at line 32 of file psHash.h.

char* psHashBucket::key
 

key for this item of data

Definition at line 31 of file psHash.h.

struct psHashBucket* psHashBucket::next
 

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 Mon Apr 4 18:24:46 2005 for Pan-STARRS Foundation Library by  doxygen 1.3.9.1