|
CppCommon 1.0.5.0
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 | |
| namespace | CppCommon |
| C++ Common project definitions. | |
Macros | |
| #define | ENUM_FLAGS(type) |
| Register a new enum-based flags macro. | |
| #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: