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