Definition of parse_toml functions for clients and servers.
More...
Go to the source code of this file.
Definition of parse_toml functions for clients and servers.
Definition in file parse_toml_client_server.h.
◆ parse_toml() [1/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
ClientConfig & | config ) |
|
inline |
Parse a configuration of clients from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | config | Configuration. |
Definition at line 104 of file parse_toml_client_server.h.
◆ parse_toml() [2/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
ExecutorConfig & | config ) |
|
inline |
Parse a configuration of executors from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | config | Configuration. |
Definition at line 63 of file parse_toml_client_server.h.
◆ parse_toml() [3/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
MessageParserConfig & | config ) |
|
inline |
Parse a configuration of parsers of messages from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | config | Configuration. |
Definition at line 46 of file parse_toml_client_server.h.
◆ parse_toml() [4/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
ReconnectionConfig & | config ) |
|
inline |
Parse a configuration of reconnection in clients from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | config | Configuration. |
Definition at line 82 of file parse_toml_client_server.h.
◆ parse_toml() [5/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
ServerConfig & | config ) |
|
inline |
Parse a configuration of servers from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | config | Configuration. |
Definition at line 174 of file parse_toml_client_server.h.
◆ parse_toml() [6/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
std::unordered_map< std::string, ClientConfig > & | configs ) |
|
inline |
Parse configurations of clients from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | configs | Configurations. |
Definition at line 154 of file parse_toml_client_server.h.
◆ parse_toml() [7/7]
void msgpack_rpc::config::toml::impl::parse_toml |
( |
const ::toml::table & | table, |
|
|
std::unordered_map< std::string, ServerConfig > & | configs ) |
|
inline |
Parse configurations of servers from TOML.
- Parameters
-
[in] | table | Table in TOML. |
[out] | configs | Configurations. |
Definition at line 215 of file parse_toml_client_server.h.