#include <ConfigFile.h>
Public Member Functions | |
key_not_found (const std::string &key_=std::string()) | |
Public Attributes | |
std::string | key |
Definition at line 111 of file ConfigFile.h.
ConfigFile::key_not_found::key_not_found | ( | const std::string & | key_ = std::string() | ) | [inline] |
Definition at line 113 of file ConfigFile.h.
: key(key_) {} };
std::string ConfigFile::key_not_found::key |
Definition at line 112 of file ConfigFile.h.