10 #ifndef ALPS_PARAMS_DICT_INIPARSER_INTERFACE_HPP_eeee10ab39ff42f29a29ed6f682e58d9 11 #define ALPS_PARAMS_DICT_INIPARSER_INTERFACE_HPP_eeee10ab39ff42f29a29ed6f682e58d9 13 #include <boost/scoped_ptr.hpp> 26 boost::scoped_ptr<ini_dict_impl> ini_dict_ptr_;
28 typedef std::pair<std::string, std::string> kv_pair;
29 typedef std::vector<kv_pair> kv_container_type;
32 iniparser(
const std::string& inifile);
37 kv_container_type operator()()
const;