Searched refs:GetSection (Results 1 – 3 of 3) sorted by relevance
45 auto &§ion1 = cfg.GetSection("section1"); in TEST()54 auto &§ion2 = cfg.GetSection("section2"); in TEST()
94 const ConfigSection &GetSection(const std::string §ion_name) const { in GetSection() function101 return GetSection(section_name);
159 for (auto &&[key, value] : cfg.GetSection("global")) { in ReadConfigFile()