#include "enum_attribute.hpp"#include "enum_collection.hpp"#include "enum_object.hpp"#include "enum_register.hpp"#include "enum_set_attribute.hpp"#include "flags_attribute.hpp"#include "globalization/culture_info.hpp"Go to the source code of this file.
Macros | |
| #define | enum_ut_(namespace_name, enum_t, underlying_t, ...) |
| Provides the registration struct for enum with specified underlying type. | |
| #define | enum_(namespace_name, enum_t, ...) |
| Provides the registration struct for enum. | |