| 
| 
  | operator bool () const | 
|   | 
| 
size_t  | hash () const | 
|   | 
| 
bool  | operator== (const bitset &other) const | 
|   | 
| 
bool  | operator!= (const bitset &other) const | 
|   | 
| 
bool  | operator< (const bitset &other) const | 
|   | 
| 
bool  | operator<= (const bitset &other) const | 
|   | 
| 
bool  | operator> (const bitset &other) const | 
|   | 
| 
bool  | operator>= (const bitset &other) const | 
|   | 
| 
void  | set (unsigned s) | 
|   | 
| 
void  | clear (unsigned s) | 
|   | 
| 
bitset  | operator<< (unsigned s) const | 
|   | 
| 
bitset  | operator>> (unsigned s) const | 
|   | 
| 
bitset &  | operator<<= (unsigned s) | 
|   | 
| 
bitset &  | operator>>= (unsigned s) | 
|   | 
| 
bitset  | operator~ () const | 
|   | 
| 
bitset  | operator& (const bitset &other) const | 
|   | 
| 
bitset  | operator| (const bitset &other) const | 
|   | 
| 
bitset  | operator^ (const bitset &other) const | 
|   | 
| 
bitset &  | operator&= (const bitset &other) | 
|   | 
| 
bitset &  | operator|= (const bitset &other) | 
|   | 
| 
bitset &  | operator^= (const bitset &other) | 
|   | 
| 
bitset  | operator- (word_t s) const | 
|   | 
| 
bitset &  | operator-= (word_t s) | 
|   | 
| 
bitset  | operator- () const | 
|   | 
| 
unsigned  | count () const | 
|   | 
| 
unsigned  | highest () const | 
|   | 
| 
unsigned  | lowest () const | 
|   | 
◆ mone()
the -1 (all bits are set to 1) 
 
 
◆ one()
◆ zero()
The documentation for this class was generated from the following file: