47 static const std::regex _sectionPattern;
50 static const std::regex _optionPattern;
53 static const std::regex _commentPattern;
56 std::string _filePath;
92 void parseLine(
const std::string& line,
93 std::string& currentSection,
94 std::map<std::string,anch::resource::Section>& config)
const;