|
| __init__ () |
|
| __init__ (const BitMaskUint64T64) |
|
| __init__ (uint64_t init_value) |
|
bool | __nonzero__ () |
|
| clear () |
|
| clearBit (int index) |
|
| clearRange (int low_bit, int size) |
|
int | compareTo (const BitMaskUint64T64 other) |
|
uint64_t | extract (int low_bit, int size) |
|
BitMaskUint64T64 | floodBitsDown () |
|
BitMaskUint64T64 | floodBitsUp () |
|
| floodDownInPlace () |
|
| floodUpInPlace () |
|
bool | getBit (int index) |
|
int | getHighestOffBit () |
|
int | getHighestOnBit () |
|
int | getKey () |
|
int | getLowestOffBit () |
|
int | getLowestOnBit () |
|
int | getNextHigherDifferentBit (int low_bit) |
|
int | getNumBits () |
|
int | getNumOffBits () |
|
int | getNumOnBits () |
|
uint64_t | getWord () |
|
bool | hasAllOf (int low_bit, int size) |
|
bool | hasAnyOf (int low_bit, int size) |
|
bool | hasBitsInCommon (const BitMaskUint64T64 other) |
|
| invertInPlace () |
|
bool | isAllOn () |
|
bool | isZero () |
|
BitMaskUint64T64 | keepNextHighestBit () |
|
BitMaskUint64T64 | keepNextHighestBit (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | keepNextHighestBit (int index) |
|
BitMaskUint64T64 | keepNextLowestBit () |
|
BitMaskUint64T64 | keepNextLowestBit (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | keepNextLowestBit (int index) |
|
bool | operator != (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator & (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator &= (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator >> (int shift) |
|
BitMaskUint64T64 | operator >>= (int shift) |
|
BitMaskUint64T64 | operator ^ (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator ^= (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator ~ () |
|
bool | operator< (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator<< (int shift) |
|
BitMaskUint64T64 | operator<<= (int shift) |
|
bool | operator== (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator| (const BitMaskUint64T64 other) |
|
BitMaskUint64T64 | operator|= (const BitMaskUint64T64 other) |
|
| 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) |
|
| setWord (uint64_t value) |
|
| store (uint64_t value, int low_bit, int size) |
|
| write (Ostream out, int indent_level) |
|