#include <bitset.hpp>
Public Member Functions | |
| operator bool () const | |
| Reference & | operator= (bool x) |
| Reference & | operator= (const Reference &x) |
| bool | operator~ () const |
Private Member Functions | |
| Reference (BitSet *arg_parent, std::size_t arg_bitpos) | |
Private Attributes | |
| const std::size_t | bitpos_ |
| BitSet *const | parent_ |
Friends | |
| class | BitSet |
Definition at line 39 of file bitset.hpp.
|
inlineprivate |
Definition at line 46 of file bitset.hpp.
|
inline |
Definition at line 69 of file bitset.hpp.
|
inline |
Definition at line 52 of file bitset.hpp.
|
inline |
Definition at line 58 of file bitset.hpp.
|
inline |
Definition at line 64 of file bitset.hpp.
|
friend |
Definition at line 41 of file bitset.hpp.
|
private |
Definition at line 44 of file bitset.hpp.
|
private |
Definition at line 43 of file bitset.hpp.