C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Member Functions | List of all members
caf::config_option_adder Class Reference

Adds config options of the same category to a config_option_set. More...

#include <config_option_adder.hpp>

Public Member Functions

 config_option_adder (config_option_set &target, string_view category)
 
template<class T >
config_option_adderadd (T &ref, string_view name, string_view description)
 Adds a config option to the category that synchronizes with ref.
 
template<class T >
config_option_adderadd (string_view name, string_view description)
 Adds a config option to the category.
 

Detailed Description

Adds config options of the same category to a config_option_set.


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