#include <enum_names.hpp>
Static Public Member Functions | |
| static EnumType | as_enum (const std::string &name) |
| Converts strings to enum values. | |
| static const std::string & | as_string (EnumType e) |
| Converts enum values to strings. | |
Uses a pairings defined by EnumTypes::get() to convert between strings and enum values.