psBitSet Struct Reference
[Data Containers]

#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

long psBitSet::n

Number of bytes in the array.

Definition at line 39 of file psBitSet.h.

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.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:50 2007 for pslib by  doxygen 1.5.1