#include "misc/bitset.h"
Public Member Functions | |
Value (BitSet &master, const size_t offset) | |
operator bool () const | |
bool | operator== (const bool i) const |
bool | operator= (const bool i) |
Value & | operator|= (const bool i) |
Value & | operator&= (const bool i) |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Value &V) |
convenience classes that allow the programmer to access and modify the bit wise information using the [] operator.
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |