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