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

psBitSet Struct Reference
[Bit Set Container]

#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

psS32 n
 Number of bytes in the array.
char * bits
 Aray of bytes holding bits.


Field Documentation

char* psBitSet::bits
 

Aray of bytes holding bits.

Definition at line 40 of file psBitSet.h.

psS32 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 Jun 15 11:01:11 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.1