Close() noexcept | boost_support::socket::tcp::TcpSocket | |
Connect(std::string_view host_ip_address, std::uint16_t host_port_num) noexcept | boost_support::socket::tcp::TcpSocket | |
Disconnect() noexcept | boost_support::socket::tcp::TcpSocket | |
local_endpoint_ | boost_support::socket::tcp::TcpSocket | private |
Open() noexcept | boost_support::socket::tcp::TcpSocket | |
operator=(const TcpSocket &other) noexcept=delete | boost_support::socket::tcp::TcpSocket | |
operator=(TcpSocket &&other) noexcept=default | boost_support::socket::tcp::TcpSocket | |
Read() noexcept | boost_support::socket::tcp::TcpSocket | |
Socket typedef | boost_support::socket::tcp::TcpSocket | |
SocketError enum name | boost_support::socket::tcp::TcpSocket | |
Tcp typedef | boost_support::socket::tcp::TcpSocket | |
tcp_socket_ | boost_support::socket::tcp::TcpSocket | private |
TcpErrorCodeType typedef | boost_support::socket::tcp::TcpSocket | private |
TcpIpAddress typedef | boost_support::socket::tcp::TcpSocket | private |
TcpMessage typedef | boost_support::socket::tcp::TcpSocket | |
TcpMessageConstPtr typedef | boost_support::socket::tcp::TcpSocket | |
TcpMessagePtr typedef | boost_support::socket::tcp::TcpSocket | |
TcpSocket(std::string_view local_ip_address, std::uint16_t local_port_num, IoContext &io_context) noexcept | boost_support::socket::tcp::TcpSocket | |
TcpSocket(Socket socket) noexcept | boost_support::socket::tcp::TcpSocket | explicit |
TcpSocket(const TcpSocket &other) noexcept=delete | boost_support::socket::tcp::TcpSocket | |
TcpSocket(TcpSocket &&other) noexcept=default | boost_support::socket::tcp::TcpSocket | |
Transmit(TcpMessageConstPtr tcp_message) noexcept | boost_support::socket::tcp::TcpSocket | |
~TcpSocket() noexcept | boost_support::socket::tcp::TcpSocket | |