Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions | List of all members
DoubleBitMaskBitMaskNative Class Reference

Public Member Functions

 __init__ ()
 
 __init__ (const DoubleBitMaskBitMaskNative copy)
 
 clear ()
 
 clearBit (int index)
 
 clearRange (int low_bit, int size)
 
int compareTo (const DoubleBitMaskBitMaskNative other)
 
PNUint64 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 (const DoubleBitMaskBitMaskNative other)
 
 invertInPlace ()
 
bool isAllOn ()
 
bool isZero ()
 
bool operator!= (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator& (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator&= (const DoubleBitMaskBitMaskNative other)
 
bool operator< (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator<< (int shift)
 
DoubleBitMaskBitMaskNative operator<<= (int shift)
 
DoubleBitMaskBitMaskNative operator= (const DoubleBitMaskBitMaskNative copy)
 
bool operator== (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator>> (int shift)
 
DoubleBitMaskBitMaskNative operator>>= (int shift)
 
DoubleBitMaskBitMaskNative operator^ (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator^= (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator| (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative operator|= (const DoubleBitMaskBitMaskNative other)
 
DoubleBitMaskBitMaskNative 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)
 
 store (PNUint64 value, int low_bit, int size)
 
 write (Ostream out, int indent_level)
 

Static Public Member Functions

static DoubleBitMaskBitMaskNative allOff ()
 
static DoubleBitMaskBitMaskNative allOn ()
 
static DoubleBitMaskBitMaskNative bit (int index)
 
static TypeHandle getClassType ()
 
static int getMaxNumBits ()
 
static int getNumBits ()
 
static bool hasMaxNumBits ()
 
static DoubleBitMaskBitMaskNative lowerOn (int on_bits)
 
static DoubleBitMaskBitMaskNative range (int low_bit, int size)
 

Member Function Documentation

__init__ ( )
__init__ ( const DoubleBitMaskBitMaskNative  copy)
static DoubleBitMaskBitMaskNative allOff ( )
static
static DoubleBitMaskBitMaskNative allOn ( )
static
static DoubleBitMaskBitMaskNative bit ( int  index)
static
clear ( )
clearBit ( int  index)
clearRange ( int  low_bit,
int  size 
)
int compareTo ( const DoubleBitMaskBitMaskNative  other)
PNUint64 extract ( int  low_bit,
int  size 
)
bool getBit ( int  index)
static TypeHandle getClassType ( )
static
int getHighestOffBit ( )
int getHighestOnBit ( )
int getLowestOffBit ( )
int getLowestOnBit ( )
static int getMaxNumBits ( )
static
int getNextHigherDifferentBit ( int  low_bit)
static int getNumBits ( )
static
int getNumOffBits ( )
int getNumOnBits ( )
bool hasAllOf ( int  low_bit,
int  size 
)
bool hasAnyOf ( int  low_bit,
int  size 
)
bool hasBitsInCommon ( const DoubleBitMaskBitMaskNative  other)
static bool hasMaxNumBits ( )
static
invertInPlace ( )
bool isAllOn ( )
bool isZero ( )
static DoubleBitMaskBitMaskNative lowerOn ( int  on_bits)
static
bool operator!= ( const DoubleBitMaskBitMaskNative  other)
bool operator< ( const DoubleBitMaskBitMaskNative  other)
DoubleBitMaskBitMaskNative operator<< ( int  shift)
DoubleBitMaskBitMaskNative operator<<= ( int  shift)
bool operator== ( const DoubleBitMaskBitMaskNative  other)
DoubleBitMaskBitMaskNative operator>> ( int  shift)
DoubleBitMaskBitMaskNative operator>>= ( int  shift)
output ( Ostream  out)
outputBinary ( Ostream  out,
int  spaces_every 
)
outputHex ( Ostream  out,
int  spaces_every 
)
static DoubleBitMaskBitMaskNative range ( int  low_bit,
int  size 
)
static
setBit ( int  index)
setBitTo ( int  index,
bool  value 
)
setRange ( int  low_bit,
int  size 
)
setRangeTo ( bool  value,
int  low_bit,
int  size 
)
store ( PNUint64  value,
int  low_bit,
int  size 
)
write ( Ostream  out,
int  indent_level 
)