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

psHash Struct Reference
[HashTable]

#include <psHash.h>

Collaboration diagram for psHash:

Collaboration graph
[legend]

Detailed Description

The hash-table itself.

Definition at line 40 of file psHash.h.

Data Fields

long n
 Number of buckets in hash table.
psHashBucket ** buckets
 The bucket data.
void * lock
 Optional lock for thread safety.


Field Documentation

psHashBucket* * psHash::buckets
 

The bucket data.

Definition at line 43 of file psHash.h.

void* psHash::lock
 

Optional lock for thread safety.

Definition at line 44 of file psHash.h.

long psHash::n
 

Number of buckets in hash table.

Definition at line 42 of file psHash.h.


The documentation for this struct was generated from the following file:
Generated on Wed Sep 14 10:43:40 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2