Polygon Crucher SDK - Documentation
Documentation
Loading...
Searching...
No Matches
CBitArray Class Reference

CBitArray class for handling array of bits. More...

Detailed Description

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 intDetachBuffer (unsigned int &buffersize)
 
unsigned intGetBuffer (unsigned int &buffersize)
 
bool SetBuffer (unsigned int *buffer, unsigned int size, unsigned int buffersize)
 
void EraseByte (unsigned int index, bool value)
 

The documentation for this class was generated from the following file: