hpx/runtime_local/config_entry.hpp

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

namespace hpx

Functions

std::string get_config_entry(std::string const &key, std::string const &dflt)

Retrieve the string value of a configuration entry given by key.

std::string get_config_entry(std::string const &key, std::size_t dflt)

Retrieve the integer value of a configuration entry given by key.

void set_config_entry(std::string const &key, std::string const &value)

Set the string value of a configuration entry given by key.

void set_config_entry(std::string const &key, std::size_t value)

Set the integer value of a configuration entry given by key.

void set_config_entry_callback(std::string const &key, hpx::function<void(std::string const&, std::string const&)> const &callback)

Set the string value of a configuration entry given by key.