C++ Actor Framework 1.0.0
|
Custom vtable-like struct for delegating to type-specific functions and storing type-specific information shared by several config options. More...
#include <config_option.hpp>
Public Attributes | |
error(* | sync )(void *, config_value &) |
Tries to perform this sequence of steps: | |
config_value(* | get )(const void *) |
Tries to extract a value from the given location. | |
std::string_view | type_name |
Human-readable name of the option's type. | |
Custom vtable-like struct for delegating to type-specific functions and storing type-specific information shared by several config options.
config_value(* caf::config_option::meta_state::get) (const void *) |
Tries to extract a value from the given location.
Exists for backward compatibility only and will get removed with CAF 0.17.
error(* caf::config_option::meta_state::sync) (void *, config_value &) |
Tries to perform this sequence of steps:
nullptr
.