31 #include <boost/regex.hpp> 32 #include <boost/lexical_cast.hpp> 44 const boost::regex match_ini_entry( expr_str, boost::regex::icase | boost::regex::normal);
46 if(!boost::regex_search(ini_entry, result, match_ini_entry, boost::match_default))
bool get_param_value_as_t(const std::string ¶m_name, const std::string &ini_entry, T &res)
bool get_param_value(const std::string ¶m_name, const std::string &ini_entry, std::string &res)