#include <Bit.h>
Classes | |
class | Bit |
Public Member Functions | |
Array (T &target) | |
Bit | At (const unsigned int position) |
template<typename M > | |
T | Get (const M mask) |
template<typename M > | |
Array & | Mask (const M mask, const bool value) |
Bit | operator[] (const unsigned int position) |
Private Attributes | |
T & | fTarget |
|
inline |
|
inline |
Definition at line 65 of file Bit.h.
References utl::Bit::Array< T >::fTarget.
|
inline |
Definition at line 61 of file Bit.h.
References utl::Bit::Array< T >::fTarget.
|
inline |
Definition at line 49 of file Bit.h.
References utl::Bit::Array< T >::fTarget.
|
private |
Definition at line 68 of file Bit.h.
Referenced by utl::Bit::Array< T >::Get(), utl::Bit::Array< T >::Mask(), and utl::Bit::Array< T >::operator[]().