__init__() | BitMaskUint64T64 | |
__init__(const BitMaskUint64T64) | BitMaskUint64T64 | |
__init__(uint64_t init_value) | BitMaskUint64T64 | |
__nonzero__() | BitMaskUint64T64 | |
__reduce__() | BitMaskUint64T64 | |
allOff() | BitMaskUint64T64 | static |
allOn() | BitMaskUint64T64 | static |
bit(int index) | BitMaskUint64T64 | static |
clear() | BitMaskUint64T64 | |
clearBit(int index) | BitMaskUint64T64 | |
clearRange(int low_bit, int size) | BitMaskUint64T64 | |
compareTo(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
extract(int low_bit, int size) | BitMaskUint64T64 | |
floodBitsDown() | BitMaskUint64T64 | |
floodBitsUp() | BitMaskUint64T64 | |
floodDownInPlace() | BitMaskUint64T64 | |
floodUpInPlace() | BitMaskUint64T64 | |
getBit(int index) | BitMaskUint64T64 | |
getClassType() | BitMaskUint64T64 | static |
getHighestOffBit() | BitMaskUint64T64 | |
getHighestOnBit() | BitMaskUint64T64 | |
getKey() | BitMaskUint64T64 | |
getLowestOffBit() | BitMaskUint64T64 | |
getLowestOnBit() | BitMaskUint64T64 | |
getMaxNumBits() | BitMaskUint64T64 | static |
getNextHigherDifferentBit(int low_bit) | BitMaskUint64T64 | |
getNumBits() | BitMaskUint64T64 | |
getNumOffBits() | BitMaskUint64T64 | |
getNumOnBits() | BitMaskUint64T64 | |
getWord() | BitMaskUint64T64 | |
hasAllOf(int low_bit, int size) | BitMaskUint64T64 | |
hasAnyOf(int low_bit, int size) | BitMaskUint64T64 | |
hasBitsInCommon(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
hasMaxNumBits() | BitMaskUint64T64 | static |
invertInPlace() | BitMaskUint64T64 | |
isAllOn() | BitMaskUint64T64 | |
isZero() | BitMaskUint64T64 | |
keepNextHighestBit() | BitMaskUint64T64 | |
keepNextHighestBit(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
keepNextHighestBit(int index) | BitMaskUint64T64 | |
keepNextLowestBit() | BitMaskUint64T64 | |
keepNextLowestBit(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
keepNextLowestBit(int index) | BitMaskUint64T64 | |
lowerOn(int on_bits) | BitMaskUint64T64 | static |
operator!=(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
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>>(int shift) | BitMaskUint64T64 | |
operator>>=(int shift) | BitMaskUint64T64 | |
operator^(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
operator^=(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
operator|(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
operator|=(const BitMaskUint64T64 other) | BitMaskUint64T64 | |
operator~() | BitMaskUint64T64 | |
output(Ostream out) | BitMaskUint64T64 | |
outputBinary(Ostream out, int spaces_every) | BitMaskUint64T64 | |
outputHex(Ostream out, int spaces_every) | BitMaskUint64T64 | |
range(int low_bit, int size) | BitMaskUint64T64 | static |
setBit(int index) | BitMaskUint64T64 | |
setBitTo(int index, bool value) | BitMaskUint64T64 | |
setRange(int low_bit, int size) | BitMaskUint64T64 | |
setRangeTo(bool value, int low_bit, int size) | BitMaskUint64T64 | |
setWord(uint64_t value) | BitMaskUint64T64 | |
store(uint64_t value, int low_bit, int size) | BitMaskUint64T64 | |
write(Ostream out, int indent_level) | BitMaskUint64T64 | |