1 #ifndef CONNECT_CONFIG_HPP
2 #define CONNECT_CONFIG_HPP
27 class connection_options;
33 namespace connect_config {
52 #endif // CONNECT_CONFIG_HPP
Options for creating a connection.
Options for creating a connection.
Definition: connection_options.hpp:67
std::string parse(std::istream &is, connection_options &opts)
Parse Connection Configuration from is and update opts.
std::string parse_default(connection_options &opts)
Parse Connection Configuration from default_file() and update opts.
std::string default_file()