#include "enum_attribute.h"#include "enum_collection.h"#include "enum_object.h"#include "enum_register.h"#include "enum_set_attribute.h"#include "flags_attribute.h"Contains enum_class_ and enum_class_ut_ keywords.


Go to the source code of this file.
Macros | |
| #define | enum_class_(namespace_name, enum_class_t, ...) enum_class_ut_(namespace_name, enum_class_t, xtd::int32, __VA_ARGS__) |
| Provides the registration struct for enum class. More... | |
| #define | enum_class_ut_(namespace_name, enum_class_t, underlying_t, ...) |
| Provides the registration struct for enum class with specified underlying type. More... | |