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

psBitSet Struct Reference
[BitSet]

#include <psBitSet.h>


Detailed Description

Struct containing array of bytes to hold bit data and corresponding array length.

The bits in the struct are assembled in as an array of bytes with eight bits per byte. The bits are arranged with the LSB in first (right most) position of the first array element.

Definition at line 37 of file psBitSet.h.

Data Fields

long n
 Number of bytes in the array.
psU8bits
 Aray of bytes holding bits.
void * lock
 Optional lock for thread safety.


Field Documentation

psU8* psBitSet::bits
 

Aray of bytes holding bits.

Definition at line 40 of file psBitSet.h.

void* psBitSet::lock
 

Optional lock for thread safety.

Definition at line 41 of file psBitSet.h.

long psBitSet::n
 

Number of bytes in the array.

Definition at line 39 of file psBitSet.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