| 158 | } |
| 159 | |
| 160 | ConfigFile::ConfigFile(const std::string &fName) |
| 161 | { |
| 162 | this->fName = fName; |
| 163 | ExtractKeys(); |
| 164 | } |
| 165 | |
| 166 | bool ConfigFile::keyExists(const std::string &key) const |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected