Public Methods |
| BitSet (const unsigned int size) |
| BitSet (const BitSet& toCopy) |
| ~BitSet () |
bool | equals (const BitSet& other) const |
bool | allAreCleared () const |
bool | allAreSet () const |
unsigned int | size () const |
bool | get (const unsigned int index) const |
void | clear (const unsigned int index) |
void | clearAll () |
void | set (const unsigned int index) |
void | andWith (const BitSet& other) |
void | orWith (const BitSet& other) |
void | xorWith (const BitSet& other) |
unsigned int | hash (const unsigned int hashModulus) const |