|
C++ Actor Framework 1.0.0
|
This is the complete list of members for caf::actor_system_config, including all inherited members.
| actor_system (defined in caf::actor_system_config) | caf::actor_system_config | friend |
| actor_system_config() (defined in caf::actor_system_config) | caf::actor_system_config | |
| actor_system_config(actor_system_config &&)=default (defined in caf::actor_system_config) | caf::actor_system_config | |
| actor_system_config(const actor_system_config &)=delete (defined in caf::actor_system_config) | caf::actor_system_config | |
| add_actor_factory(std::string name, actor_factory fun) | caf::actor_system_config | |
| add_actor_type(std::string name) | caf::actor_system_config | |
| add_actor_type(std::string name, F f, T t, Ts... ts) | caf::actor_system_config | |
| add_actor_type(std::string name, F f) | caf::actor_system_config | |
| add_thread_hook(Ts &&... ts) | caf::actor_system_config | |
| c_args_remainder() const noexcept | caf::actor_system_config | |
| config_file_path(std::string path) | caf::actor_system_config | |
| config_file_paths(std::vector< std::string > paths) | caf::actor_system_config | |
| config_file_paths() | caf::actor_system_config | |
| content | caf::actor_system_config | |
| content(const actor_system_config &) (defined in caf::actor_system_config) | caf::actor_system_config | related |
| custom_options_ (defined in caf::actor_system_config) | caf::actor_system_config | protected |
| detail::actor_system_config_access (defined in caf::actor_system_config) | caf::actor_system_config | friend |
| dump_content() const | caf::actor_system_config | virtual |
| get(const actor_system_config &cfg, std::string_view name) | caf::actor_system_config | related |
| get(const settings &xs, std::string_view name) | caf::actor_system_config | related |
| get_as(const actor_system_config &cfg, std::string_view name) | caf::actor_system_config | related |
| get_as(const settings &xs, std::string_view name) | caf::actor_system_config | related |
| get_if(const actor_system_config *cfg, std::string_view name) | caf::actor_system_config | related |
| get_or(const actor_system_config &cfg, std::string_view name, Fallback &&fallback) | caf::actor_system_config | related |
| get_or(const settings &xs, std::string_view name, Fallback &&fallback) | caf::actor_system_config | related |
| helptext_printed() const noexcept | caf::actor_system_config | |
| holds_alternative(const actor_system_config &cfg, std::string_view name) | caf::actor_system_config | related |
| load(version::abi_token token=make_abi_token()) | caf::actor_system_config | |
| operator=(const actor_system_config &)=delete (defined in caf::actor_system_config) | caf::actor_system_config | |
| opt_group typedef (defined in caf::actor_system_config) | caf::actor_system_config | |
| parse(std::vector< std::string > args, std::istream &config) | caf::actor_system_config | |
| parse(std::vector< std::string > args) | caf::actor_system_config | |
| parse(int argc, char **argv, std::istream &config) | caf::actor_system_config | |
| parse(int argc, char **argv) | caf::actor_system_config | |
| parse_config(std::istream &source) | caf::actor_system_config | static |
| parse_config(std::istream &source, const config_option_set &opts) | caf::actor_system_config | static |
| parse_config(std::istream &source, const config_option_set &opts, settings &result) | caf::actor_system_config | static |
| parse_config_file(const char *filename) | caf::actor_system_config | static |
| parse_config_file(const char *filename, const config_option_set &opts) | caf::actor_system_config | static |
| parse_config_file(const char *filename, const config_option_set &opts, settings &result) | caf::actor_system_config | static |
| program_name() const noexcept | caf::actor_system_config | |
| remainder() const noexcept | caf::actor_system_config | |
| set(std::string_view name, T &&value) | caf::actor_system_config | |
| ~actor_system_config() (defined in caf::actor_system_config) | caf::actor_system_config | virtual |