C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::config_consumer Class Reference

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_consumeroperator= (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 ()
 

Detailed Description

Consumes a series of key-value pairs from an application configuration.


The documentation for this class was generated from the following files: