gz/common/EnumIface.hh File Reference
#include <string>#include <vector>#include <algorithm>#include <gz/common/Export.hh>#include <gz/common/Util.hh>Go to the source code of this file.
Macros | |
| #define | GZ_ENUM(name, enumType, begin, end, ...) |
Macro Definition Documentation
◆ GZ_ENUM
| #define GZ_ENUM | ( | name, | |
| enumType, | |||
| begin, | |||
| end, | |||
| ... | |||
| ) |
Value:
static EnumIface<enumType> name( \
begin, end, {__VA_ARGS__});