1.10 |
#include <bitfields.h>
Public Member Functions | |
constexpr bool | operator== (const BitField &rhs) const noexcept |
constexpr BitField | operator| (const BitField &rhs) const noexcept |
Protected Member Functions | |
constexpr | BitField (uint32_t bit) noexcept |
constexpr | BitField (uint32_t mask, uint32_t value) noexcept |
Protected Attributes | |
uint32_t | m_mask |
uint32_t | m_value |
Friends | |
template<class T > | |
class | BitFields |
|
inlineconstexprprotectednoexcept |
|
inlineconstexprprotectednoexcept |
|
inlineconstexprnoexcept |
|
friend |
|
protected |
|
protected |