static std::map< std::string, std::vector< std::string > > parseIniFile(const std::string &filename, const std::string §ion, const std::string &key)
Parses the specified INI file and returns key-value pairs for the given section and subsection.
Definition: iniparser.cpp:11