, including all inherited members.
| allOff() | BitArray | [static] |
| allOn() | BitArray | [static] |
| bit(int index) | BitArray | [static] |
| BitArray() | BitArray | |
| BitArray(BitArray const copy) | BitArray | |
| BitArray(SparseArray const from) | BitArray | |
| BitArray(unsigned long long int init_value) | BitArray | |
| clear() | BitArray | |
| clearBit(int index) | BitArray | |
| clearRange(int low_bit, int size) | BitArray | |
| compareTo(BitArray const other) | BitArray | |
| extract(int low_bit, int size) | BitArray | |
| getBit(int index) | BitArray | |
| getClassType() | BitArray | [static] |
| getHighestBits() | BitArray | |
| getHighestOffBit() | BitArray | |
| getHighestOnBit() | BitArray | |
| getLowestOffBit() | BitArray | |
| getLowestOnBit() | BitArray | |
| getMaxNumBits() | BitArray | [static] |
| getNextHigherDifferentBit(int low_bit) | BitArray | |
| getNumBits() | BitArray | |
| getNumBitsPerWord() | BitArray | [static] |
| getNumOffBits() | BitArray | |
| getNumOnBits() | BitArray | |
| getNumWords() | BitArray | |
| getWord(int n) | BitArray | |
| hasAllOf(int low_bit, int size) | BitArray | |
| hasAnyOf(int low_bit, int size) | BitArray | |
| hasBitsInCommon(BitArray const other) | BitArray | |
| hasMaxNumBits() | BitArray | [static] |
| int | BitArray | |
| invertInPlace() | BitArray | |
| isAllOn() | BitArray | |
| isZero() | BitArray | |
| lowerOn(int on_bits) | BitArray | [static] |
| operator!=(BitArray const other) | BitArray | |
| operator&(BitArray const other) | BitArray | |
| operator&=(BitArray const other) | BitArray | |
| operator<(BitArray const other) | BitArray | |
| operator<<(int shift) | BitArray | |
| operator<<=(int shift) | BitArray | |
| operator=(BitArray const copy) | BitArray | |
| operator==(BitArray const other) | BitArray | |
| operator>>(int shift) | BitArray | |
| operator>>=(int shift) | BitArray | |
| operator^(BitArray const other) | BitArray | |
| operator^=(BitArray const other) | BitArray | |
| operator|(BitArray const other) | BitArray | |
| operator|=(BitArray const other) | BitArray | |
| operator~() | BitArray | |
| output(ostream out) | BitArray | |
| outputBinary(ostream out, int spaces_every) | BitArray | |
| outputBinary(ostream out) | BitArray | |
| outputHex(ostream out, int spaces_every) | BitArray | |
| outputHex(ostream out) | BitArray | |
| range(int low_bit, int size) | BitArray | [static] |
| setBit(int index) | BitArray | |
| setBitTo(int index, bool value) | BitArray | |
| setRange(int low_bit, int size) | BitArray | |
| setRangeTo(bool value, int low_bit, int size) | BitArray | |
| setWord(int n, BitMaskunsigned long long int, 64 value) | BitArray | |
| store(unsigned long long int value, int low_bit, int size) | BitArray | |
| write(ostream out, int indent_level) | BitArray | |
| write(ostream out) | BitArray | |