acme
|
Public Member Functions | |
bits (no_initialize_t) | |
bits (NATURAL n) | |
bits (nullptr_t) | |
template<primitive_integral INTEGRAL> | |
bool | is_set (INTEGRAL bit) const |
template<primitive_integral INTEGRAL> | |
void | set (INTEGRAL bit) |
template<primitive_integral INTEGRAL> | |
void | unset (INTEGRAL bit) |
template<primitive_integral INTEGRAL> | |
void | set (INTEGRAL bit, bool bSet) |
template<primitive_integral INTEGRAL> | |
bool | operator[] (INTEGRAL bit) const |
Public Attributes | |
NATURAL | m_natural |