A "reference" to a bit within a BitSet. More...
#include <BitSet.h++>
Public Member Functions | |
| Bit (const Bit &other) throw () | |
| Copy constructor. | |
| Bit & | operator= (const Bit &other) throw () |
| Assignment operator. | |
| Bit & | operator= (bool val) throw () |
| Assign a value to the bit. | |
| ~Bit () throw () | |
| Destructor. | |
| operator bool () const throw () | |
| Cast operator. | |
| Bit & | flip () throw () |
| Flip the bit. | |
Friends | |
| class | BitSet |
A "reference" to a bit within a BitSet.
| ~Bit | ( | ) | throw () |
Destructor.
| BitSet::Bit & flip | ( | ) | throw () |
Flip the bit.
| operator bool | ( | ) | const throw () |
Cast operator.
| BitSet::Bit & operator= | ( | bool | val | ) | throw () |
Assign a value to the bit.
| BitSet::Bit & operator= | ( | const Bit & | other | ) | throw () |
Assignment operator.
friend class BitSet [friend] |
1.6.3