![]() |
Public API Reference |
![]() |
Structure containing a name for possible bit masks. More...
#include <cstool/bitmasktostr.h>
Public Attributes | |
uint | bits |
Bit mask. | |
const char * | name |
Name of the mask. Emitted when bits are set in a given mask. |
Structure containing a name for possible bit masks.
Definition at line 40 of file bitmasktostr.h.
Bit mask.
Definition at line 43 of file bitmasktostr.h.
const char* csBitmaskToString::MaskNames::name |
Name of the mask. Emitted when bits are set in a given mask.
Definition at line 45 of file bitmasktostr.h.