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