psHash Struct Reference
[Data Containers]

#include <psHash.h>

Collaboration diagram for psHash:

Collaboration graph
[legend]

Detailed Description

The hash-table itself.

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

long psHash::n

Number of buckets in hash table.

Definition at line 41 of file psHash.h.

psHashBucket* * psHash::buckets

The bucket data.

Definition at line 42 of file psHash.h.

void* psHash::lock

Optional lock for thread safety.

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