|
| CBitVector (CBitVector &&that) |
|
| CBitVector (const CBitVector &that) |
|
CBitVector & | operator= (const CBitVector &that) |
|
CBitVector & | operator= (CBitVector &&that) |
|
bool | IsBitSet (const int nBitIndex) const |
|
bool | operator[] (int nBitIndex) const |
|
void | SetTrue (int nBitIndex) |
|
void | SetFalse (int nBitIndex) |
|
void | SetTrue (const CBitVector &other) |
|
void | SetFalse (const CBitVector &other) |
|
CBitVector | operator+ (int nBitIndex) const |
|
CBitVector & | operator+= (int nBitIndex) |
|
CBitVector | operator- (int nBitIndex) const |
|
CBitVector & | operator-= (int nBitIndex) |
|
int | GetFirstTrueIndex () const |
|
int | GetNextTrueIndex (int nCurrentIndex) const |
|
int | GetFirstFalseIndex () const |
|
int | GetNextFalseIndex (int nCurrentIndex) const |
|
CBitVector | operator| (const CBitVector &that) const |
|
CBitVector & | operator|= (const CBitVector &that) |
|
CBitVector | operator& (const CBitVector &that) const |
|
CBitVector & | operator&= (const CBitVector &that) |
|
bool | Any () const |
|
bool | None () const |
|
void | Clear () |
|
int | BitCount () const |
|
bool | operator== (const CBitVector &other) const |
|
bool | operator!= (const CBitVector &other) const |
|
OIL::StrUtils_Return_Type | ToString () const |
|
|
int | GetNextIndex (int nCurrentIndex, bool bVal) const |
|
Definition at line 10 of file BitVector.h.
The documentation for this class was generated from the following file: