|
| __init__ () |
|
| __init__ (const DoubleBitMaskBitMaskNative) |
|
| clear () |
|
| clearBit (int index) |
|
| clearRange (int low_bit, int size) |
|
int | compareTo (const DoubleBitMaskBitMaskNative other) |
|
uint64_t | extract (int low_bit, int size) |
|
bool | getBit (int index) |
|
int | getHighestOffBit () |
|
int | getHighestOnBit () |
|
int | getLowestOffBit () |
|
int | getLowestOnBit () |
|
int | getNextHigherDifferentBit (int low_bit) |
|
int | getNumBits () |
|
int | getNumOffBits () |
|
int | getNumOnBits () |
|
bool | hasAllOf (int low_bit, int size) |
|
bool | hasAnyOf (int low_bit, int size) |
|
bool | hasBitsInCommon (const DoubleBitMaskBitMaskNative other) |
|
| invertInPlace () |
|
bool | isAllOn () |
|
bool | isZero () |
|
bool | operator!= (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator& (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator&= (const DoubleBitMaskBitMaskNative other) |
|
bool | operator< (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator<< (int shift) |
|
DoubleBitMaskBitMaskNative | operator<<= (int shift) |
|
bool | operator== (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator>> (int shift) |
|
DoubleBitMaskBitMaskNative | operator>>= (int shift) |
|
DoubleBitMaskBitMaskNative | operator^ (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator^= (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator| (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator|= (const DoubleBitMaskBitMaskNative other) |
|
DoubleBitMaskBitMaskNative | operator~ () |
|
| output (Ostream out) |
|
| outputBinary (Ostream out, int spaces_every) |
|
| outputHex (Ostream out, int spaces_every) |
|
| setBit (int index) |
|
| setBitTo (int index, bool value) |
|
| setRange (int low_bit, int size) |
|
| setRangeTo (bool value, int low_bit, int size) |
|
| store (uint64_t value, int low_bit, int size) |
|
| write (Ostream out, int indent_level) |
|