#include <Bit.h>
Public Member Functions | |
Bit (T &target, T mask) | |
Bit & | Flip () |
operator bool () const | |
Bit & | operator= (const bool value) |
bool | operator~ () const |
Private Attributes | |
T | fMask |
T & | fTarget |
|
inline |
|
inline |
|
inline |
Definition at line 28 of file Bit.h.
References utl::Bit::Array< T >::Bit::fMask, and utl::Bit::Array< T >::Bit::fTarget.
|
inline |
Definition at line 33 of file Bit.h.
References utl::Bit::Array< T >::Bit::fMask, and utl::Bit::Array< T >::Bit::fTarget.
|
inline |
|
private |
Definition at line 46 of file Bit.h.
Referenced by utl::Bit::Array< T >::Bit::operator bool(), and utl::Bit::Array< T >::Bit::operator=().
|
private |
Definition at line 45 of file Bit.h.
Referenced by utl::Bit::Array< T >::Bit::operator bool(), and utl::Bit::Array< T >::Bit::operator=().