actor-framework
List of all members
caf::inspector_access< config_value > Struct Template Reference
Inheritance diagram for caf::inspector_access< config_value >:
Inheritance graph
[legend]
Collaboration diagram for caf::inspector_access< config_value >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from caf::variant_inspector_access< config_value >
using value_type = config_value
 
using traits = variant_inspector_traits< config_value >
 
- Static Public Member Functions inherited from caf::variant_inspector_access< config_value >
static bool apply (Inspector &f, value_type &x)
 
static bool save_field (Inspector &f, std::string_view field_name, value_type &x)
 
static bool save_field (Inspector &f, std::string_view field_name, IsPresent &is_present, Get &get)
 
static bool load_variant_value (Inspector &f, std::string_view field_name, value_type &x, type_id_t runtime_type)
 
static bool load_field (Inspector &f, std::string_view field_name, value_type &x, IsValid &is_valid, SyncValue &sync_value)
 
static bool load_field (Inspector &f, std::string_view field_name, value_type &x, IsValid &is_valid, SyncValue &sync_value, SetFallback &set_fallback)
 

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