Diag-Client-Lib
Classes | Namespaces | Functions
tcp_client.cpp File Reference
#include "boost-support/client/tcp/tcp_client.h"
#include <variant>
#include "boost-support/common/logger.h"
#include "boost-support/connection/tcp/tcp_connection.h"
#include "boost-support/error_domain/boost_support_error_domain.h"
#include "boost-support/socket/io_context.h"
#include "boost-support/socket/tcp/tcp_socket.h"
#include "boost-support/socket/tls/tls_socket.h"
#include "core/include/variant_helper.h"
Include dependency graph for tcp_client.cpp:

Go to the source code of this file.

Classes

class  boost_support::client::tcp::TcpClient::TcpClientImpl
 Class to provide implementation of tcp client. More...
 

Namespaces

 boost_support
 
 boost_support::client
 
 boost_support::client::tcp
 
 boost_support::client::tcp::anonymous_namespace{tcp_client.cpp}
 

Functions

std::string boost_support::client::tcp::anonymous_namespace{tcp_client.cpp}::AppendIpAddressAndPort (std::string_view client_name, std::string_view ip_address, std::uint16_t port_num)
 Function to append the ip address and port number to the connection name. More...