EnumIface.hh File Reference
#include <iterator>
#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, ...) static auto name = gzEnum(begin, end, {__VA_ARGS__}); |
Macro Definition Documentation
◆ GZ_ENUM
#define GZ_ENUM | ( | name, | |
enumType, | |||
begin, | |||
end, | |||
... | |||
) | static auto name = gzEnum(begin, end, {__VA_ARGS__}); |