24 static void setInputDir(
const std::string& d) { sInputDir = d; }
27 static boost::property_tree::ptree
readINI(std::string
const& filepath);
28 static boost::property_tree::ptree
readJSON(std::string
const& filepath);
29 static boost::property_tree::ptree
readConfigFile(std::string
const& filepath);
32 static std::string sInputDir;