#include <psBitSet.h>
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. | |
| psU8 * | bits |
| Aray of bytes holding bits. | |
| void * | lock |
| Optional lock for thread safety. | |
| long psBitSet::n |
| void* psBitSet::lock |
1.5.1