cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of parse_toml functions. More...
#include <string>
#include <unordered_map>
#include <toml++/toml.h>
#include "msgpack_rpc/config/client_config.h"
#include "msgpack_rpc/config/logging_config.h"
#include "msgpack_rpc/config/server_config.h"
#include "msgpack_rpc/config/toml/parse_toml_client_server.h"
#include "msgpack_rpc/config/toml/parse_toml_common.h"
#include "msgpack_rpc/config/toml/parse_toml_logging.h"
Go to the source code of this file.
Namespaces | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::config |
Namespace of configurations. |
Functions | |
void | msgpack_rpc::config::toml::impl::parse_toml (const ::toml::table &root_table, std::unordered_map< std::string, LoggingConfig > &logging_configs, std::unordered_map< std::string, ClientConfig > &client_configs, std::unordered_map< std::string, ServerConfig > &server_configs) |
Parse configurations from TOML. |
Implementation of parse_toml functions.
Definition in file parse_toml_root.h.
|
inline |
Parse configurations from TOML.
[in] | root_table | Root table of TOML file. |
[in] | logging_configs | Configurations of logging. |
[in] | client_configs | Configurations of clients. |
[in] | server_configs | Configurations of servers. |
Definition at line 44 of file parse_toml_root.h.