|
| __init__ () |
|
| __init__ (const DoubleBitMaskDoubleBitMaskNative copy) |
|
| clear () |
|
| clearBit (int index) |
|
| clearRange (int low_bit, int size) |
|
int | compareTo (const DoubleBitMaskDoubleBitMaskNative other) |
|
PNUint64 | extract (int low_bit, int size) |
|
bool | getBit (int index) |
|
int | getHighestOffBit () |
|
int | getHighestOnBit () |
|
int | getLowestOffBit () |
|
int | getLowestOnBit () |
|
int | getNextHigherDifferentBit (int low_bit) |
|
int | getNumOffBits () |
|
int | getNumOnBits () |
|
bool | hasAllOf (int low_bit, int size) |
|
bool | hasAnyOf (int low_bit, int size) |
|
bool | hasBitsInCommon (const DoubleBitMaskDoubleBitMaskNative other) |
|
| invertInPlace () |
|
bool | isAllOn () |
|
bool | isZero () |
|
bool | operator!= (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator& (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator&= (const DoubleBitMaskDoubleBitMaskNative other) |
|
bool | operator< (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator<< (int shift) |
|
DoubleBitMaskDoubleBitMaskNative | operator<<= (int shift) |
|
DoubleBitMaskDoubleBitMaskNative | operator= (const DoubleBitMaskDoubleBitMaskNative copy) |
|
bool | operator== (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator>> (int shift) |
|
DoubleBitMaskDoubleBitMaskNative | operator>>= (int shift) |
|
DoubleBitMaskDoubleBitMaskNative | operator^ (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator^= (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator| (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | operator|= (const DoubleBitMaskDoubleBitMaskNative other) |
|
DoubleBitMaskDoubleBitMaskNative | 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 (PNUint64 value, int low_bit, int size) |
|
| write (Ostream out, int indent_level) |
|