![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cBits.h>
Public Member Functions | |
cBitmask (TYPE uVal=0) noexcept | |
void | SetBit (BIT_ENUM_t nBit) noexcept |
void | ClearBit (BIT_ENUM_t nBit) noexcept |
bool | IsSet (BIT_ENUM_t nBit) const noexcept |
operator TYPE () const noexcept | |
Protected Attributes | |
TYPE | m_uVal |
hold a mask of max TYPE size bits.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
protected |