CppCommon
1.0.4.1
C++ Common Library
|
Enum-based flags definition. More...
Go to the source code of this file.
Classes | |
struct | CppCommon::IsEnumFlags< TEnum > |
Enum-based flags false checker. More... | |
class | CppCommon::Flags< TEnum > |
Enum-based flags. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Macros | |
#define | ENUM_FLAGS(type) |
Register a new enum-based flags macro. More... | |
#define ENUM_FLAGS | ( | type | ) |
Register a new enum-based flags macro.
Should be used to get access to AND/OR/XOR logical operators with a given enum values.
Example: