C++ Actor Framework 1.0.0
|
Consumes a series of key-value pairs from an application configuration. More...
#include <config_consumer.hpp>
Public Member Functions | |
config_consumer (const config_option_set *options, config_consumer *parent) | |
config_consumer (const config_option_set *options, config_list_consumer *parent) | |
config_consumer (const config_option_set &options, settings &cfg) | |
config_consumer (settings &cfg) | |
config_consumer (config_consumer &&other) | |
config_consumer & | operator= (config_consumer &&other) |
config_consumer | begin_map () |
void | end_map () |
config_list_consumer | begin_list () |
void | key (std::string name) |
template<class T > | |
pec | value (T &&x) |
const std::string & | current_key () |
std::string | qualified_key () |
Consumes a series of key-value pairs from an application configuration.