A template to ease option parsing (maps enums <–> strings) More...
#include <Util.h>
Public Member Functions | |
template<typename... Args> | |
EnumStringMap (Args...args) | |
bool | getEnum (const char *key, Enum &e) const |
const char * | getString (Enum e) const |
string | optionList () const |
A template to ease option parsing (maps enums <–> strings)