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>
Include dependency graph for config_parser.h:
This graph shows which files directly or indirectly include this file:
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.jsonDefinition in file config_parser.h.