#include #include class IniParser { std::map _Pairs; void parse (const std::string &text) { } }