hpx/util/manage_config.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace util
struct manage_config

Public Types

typedef std::map<std::string, std::string> map_type

Public Functions

manage_config(std::vector<std::string> const &cfg)
void add(std::vector<std::string> const &cfg)
template<typename T>
T get_value(std::string const &key, T dflt = T()) const

Public Members

map_type config_