Public Member Functions |
static
DoubleBitMaskBitMaskunsigned
long | allOff () |
static
DoubleBitMaskBitMaskunsigned
long | allOn () |
static
DoubleBitMaskBitMaskunsigned
long | bit (int index) |
| clear () |
| clearBit (int index) |
| clearRange (int low_bit, int size) |
int | compareTo (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
| DoubleBitMask (DoubleBitMaskBitMaskunsigned long int, 64 const copy) |
| DoubleBitMask () |
unsigned long int | extract (int low_bit, int size) |
bool | getBit (int index) |
int | getHighestOffBit () |
int | getHighestOnBit () |
int | getLowestOffBit () |
int | getLowestOnBit () |
int | getNextHigherDifferentBit (int low_bit) |
int | getNumOffBits () |
int | getNumOnBits () |
bool | hasAllOf (int low_bit, int size) |
bool | hasAnyOf (int low_bit, int size) |
bool | hasBitsInCommon (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
| invertInPlace () |
bool | isAllOn () |
bool | isZero () |
static
DoubleBitMaskBitMaskunsigned
long | lowerOn (int on_bits) |
bool | operator!= (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator& (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator&= (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
bool | operator< (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator<< (int shift) |
DoubleBitMaskBitMaskunsigned long | operator<<= (int shift) |
DoubleBitMaskBitMaskunsigned long | operator= (DoubleBitMaskBitMaskunsigned long int, 64 const copy) |
bool | operator== (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator>> (int shift) |
DoubleBitMaskBitMaskunsigned long | operator>>= (int shift) |
DoubleBitMaskBitMaskunsigned long | operator^ (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator^= (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator| (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator|= (DoubleBitMaskBitMaskunsigned long int, 64 const other) |
DoubleBitMaskBitMaskunsigned long | operator~ () |
| output (ostream out) |
| outputBinary (ostream out) |
| outputBinary (ostream out, int spaces_every) |
| outputHex (ostream out) |
| outputHex (ostream out, int spaces_every) |
static
DoubleBitMaskBitMaskunsigned
long | 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) |
| store (unsigned long int value, int low_bit, int size) |
| write (ostream out) |
| write (ostream out, int indent_level) |
Static Public Member Functions |
static TypeHandle | getClassType () |
static int | getMaxNumBits () |
static int | getNumBits () |
static bool | hasMaxNumBits () |
Public Attributes |
DoubleBitMaskBitMaskunsigned long | int |
Static Public Attributes |
static
DoubleBitMaskBitMaskunsigned
long | int |