| 167 | } |
| 168 | |
| 169 | size_t Settings::loadFile(string const& fileName) |
| 170 | { |
| 171 | this->fileName = fileName; |
| 172 | |
| 173 | readFile(); |
| 174 | return parseLines(); |
| 175 | } |
| 176 | |
| 177 | bool Settings::keywordExists(string const& keyword, bool exact) const |
| 178 | { |
no outgoing calls