Config parser. More...
#include <iostream>
#include <string>
#include <list>
#include <boost/filesystem.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/info_parser.hpp>
#include <boost/exception/exception.hpp>
#include <boost/current_function.hpp>
#include <boost/throw_exception.hpp>
#include <boost/foreach.hpp>
Go to the source code of this file.
Classes | |
class | ConfigParser |
Config parser class for reading input parameter/settings. More... | |
Config parser.
Config parser built on top of boost/filesystem and boost/property_tree. Supported file formats are
.info
.json
Definition in file config_parser.h.