#ifndef _PARSE_SECTION_ #define _PARSE_SECTION_ #include #include #include typedef std::map > section; section ParseSection(const std::string strInput, const bool bTrim); void PrintSection(section secInput); #endif