config_registry¶
The contents of this module can be included with the header
hpx/modules/config_registry.hpp. These headers may be used by user-code but are not
guaranteed stable (neither header location nor contents). You are using these at
your own risk. If you wish to use non-public functionality from a module we
strongly suggest only including the module header hpx/modules/config_registry.hpp, not
the particular header in which the functionality you would like to use is
defined. See Public API for a list of names that are part of the public
HPX API.
Defines
-
HPX_CONFIG_REGISTRY_EXPORT¶
-
namespace
hpx -
namespace
config_registry¶ Functions
-
HPX_CONFIG_REGISTRY_EXPORT std::vector<module_config> const& hpx::config_registry::get_module_configs()
-
HPX_CONFIG_REGISTRY_EXPORT void hpx::config_registry::add_module_config(module_config const & config)
-
struct
add_module_config_helper¶ Public Functions
-
add_module_config_helper(module_config const &config)¶
-
-
struct
module_config¶
-
-
namespace