|
| __init__ () |
|
| __init__ (const BitMaskUint16T16) |
|
| __init__ (uint16_t init_value) |
|
bool | __nonzero__ () |
|
| clear () |
|
| clearBit (int index) |
|
| clearRange (int low_bit, int size) |
|
int | compareTo (const BitMaskUint16T16 other) |
|
uint16_t | extract (int low_bit, int size) |
|
BitMaskUint16T16 | floodBitsDown () |
|
BitMaskUint16T16 | 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 () |
|
uint16_t | getWord () |
|
bool | hasAllOf (int low_bit, int size) |
|
bool | hasAnyOf (int low_bit, int size) |
|
bool | hasBitsInCommon (const BitMaskUint16T16 other) |
|
| invertInPlace () |
|
bool | isAllOn () |
|
bool | isZero () |
|
BitMaskUint16T16 | keepNextHighestBit () |
|
BitMaskUint16T16 | keepNextHighestBit (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | keepNextHighestBit (int index) |
|
BitMaskUint16T16 | keepNextLowestBit () |
|
BitMaskUint16T16 | keepNextLowestBit (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | keepNextLowestBit (int index) |
|
bool | operator!= (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator& (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator&= (const BitMaskUint16T16 other) |
|
bool | operator< (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator<< (int shift) |
|
BitMaskUint16T16 | operator<<= (int shift) |
|
bool | operator== (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator>> (int shift) |
|
BitMaskUint16T16 | operator>>= (int shift) |
|
BitMaskUint16T16 | operator^ (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator^= (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator| (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | operator|= (const BitMaskUint16T16 other) |
|
BitMaskUint16T16 | 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) |
|
| setWord (uint16_t value) |
|
| store (uint16_t value, int low_bit, int size) |
|
| write (Ostream out, int indent_level) |
|