Lens AI Profiler Cpp
|
Class for parsing INI files and extracting key-value pairs. More...
#include <iniparser.h>
Static Public Member Functions | |
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. More... | |
Class for parsing INI files and extracting key-value pairs.
|
static |
Parses the specified INI file and returns key-value pairs for the given section and subsection.
filename | The path to the INI file. |
section | The name of the section in the INI file. |
subsection | The name of the subsection in the INI file. |