1#ifndef PROTON_CONNECT_CONFIG_HPP
2#define PROTON_CONNECT_CONFIG_HPP
23#include "./internal/export.hpp"
30class connection_options;
36namespace connect_config {
Options for creating a connection.
Definition: connection_options.hpp:67
std::string parse_default(connection_options &opts)
Parse Connection Configuration from default_file() and update opts.
std::string parse(std::istream &is, connection_options &opts)
Parse Connection Configuration from is and update opts.
std::string default_file()
The main Proton namespace.
Definition: annotation_key.hpp:33