SNode.C
|
#include <Exceptions.h>
Public Member Functions | |
CallForWriteConfig (const std::string &configFile) | |
~CallForWriteConfig () override | |
std::string | getConfigFile () const |
Private Attributes | |
std::string | configFile |
Definition at line 96 of file Exceptions.h.
|
explicit |
Definition at line 81 of file Exceptions.cpp.
References configFile.
Referenced by utils::Config::init().
|
override |
Definition at line 86 of file Exceptions.cpp.
std::string CLI::CallForWriteConfig::getConfigFile | ( | ) | const |
Definition at line 89 of file Exceptions.cpp.
References configFile.
Referenced by utils::Config::parse2().
|
private |
Definition at line 104 of file Exceptions.h.
Referenced by CallForWriteConfig(), and getConfigFile().