|
NSUNI/NSLAR Library a250670
|
Contains macros for defining flag enums. More...
Macros | |
| #define | NNL_FLAG_ENUM |
| An attribute for defining flag enums. | |
| #define | NNL_DEFINE_ENUM_OPERATORS(ENUMTYPE) |
| Macro to define bitwise operators for enum types. | |
Contains macros for defining flag enums.
| #define NNL_DEFINE_ENUM_OPERATORS | ( | ENUMTYPE | ) |
Macro to define bitwise operators for enum types.
| ENUMTYPE | The enum type to generate operators for |
| #define NNL_FLAG_ENUM |
An attribute for defining flag enums.
Indicates that an enumeration represents a set of bitwise flags, where any combination of values is a valid case.