![]() |
Polygon Crucher SDK - Documentation
Documentation
|
CBitArray class for handling array of bits. More...
CBitArray class for handling array of bits.
#include <BitArray.h>
Public Member Functions | |
void | RemoveAll () |
void | SetSize (unsigned int size, bool value) |
unsigned int | GetSize () const |
bool | operator[] (unsigned int index) const |
bool | GetAt (unsigned int index) const |
void | SetAt (unsigned int index, bool value) |
unsigned int | GetCount (bool value) const |
bool | IsOneSet (bool value) const |
unsigned int * | DetachBuffer (unsigned int &buffersize) |
unsigned int * | GetBuffer (unsigned int &buffersize) |
bool | SetBuffer (unsigned int *buffer, unsigned int size, unsigned int buffersize) |
void | EraseByte (unsigned int index, bool value) |