| Add(const bool &in_bVal) | CBitArray | |
| And(const CBitArray &in_array) | CBitArray | |
| CBitArray(LONG in_size=0) | CBitArray | |
| CBitArray(const CBitArray &in_str) | CBitArray | |
| CBitArray(const CBoolArray &in_boolArray) | CBitArray | |
| Clear() | CBitArray | |
| Flip(LONG in_pos) | CBitArray | |
| FlipAll() | CBitArray | |
| GetCount() const | CBitArray | |
| GetIterator(LONG in_pos=0) const | CBitArray | |
| GetNextFalseBit(LONG &in_Iterator) const | CBitArray | |
| GetNextTrueBit(LONG &in_Iterator) const | CBitArray | |
| GetTrueCount() const | CBitArray | |
| IsAny() const | CBitArray | |
| operator!=(const CBitArray &in_array) const | CBitArray | |
| operator=(const CBitArray &in_array) | CBitArray | |
| operator==(const CBitArray &in_array) const | CBitArray | |
| operator[](LONG in_pos) const | CBitArray | |
| operator[](LONG in_pos) | CBitArray | |
| Or(const CBitArray &in_array) | CBitArray | |
| Resize(LONG in_size, bool in_bVal=false) | CBitArray | |
| Set(LONG in_pos, bool in_bVal) | CBitArray | |
| SetAll(bool in_bVal) | CBitArray | |
| XOr(const CBitArray &in_array) | CBitArray | |
| ~CBitArray() | CBitArray |