A temporary return-type that serves as an interface to specific bit values. More...
#include <Bitfield.h>
Public Member Functions | |
| operator bool () const | |
| Implicit conversion to bool. | |
| void | Set () |
| Set the bit to true / 1. | |
| void | Clear () |
| Set the bit to false / 0. | |
| BitfieldBool & | operator= (const bool set) |
| Assign the bool value of set to this bit. | |
Friends | |
| class | Bitfield |
A temporary return-type that serves as an interface to specific bit values.
1.9.1