A TCP socket class implementing the asio::Socket interface.
More...
#include <TcpSocket.h>
A TCP socket class implementing the asio::Socket interface.
Synopsis:
auto context = std::make_shared<asio::Context>();
if (!ec) {
}
});
A TCP socket class implementing the asio::Socket interface.
std::shared_ptr< Context > context
boost::asio::ip::tcp::socket socket
boost::system::error_code ErrorCode
Definition at line 38 of file TcpSocket.h.
◆ TcpSocket() [1/2]
asio::TcpSocket::TcpSocket |
( |
std::shared_ptr< Context > | context | ) |
|
◆ ~TcpSocket()
asio::TcpSocket::~TcpSocket |
( |
| ) |
|
|
override |
◆ TcpSocket() [2/2]
◆ async_connect()
◆ async_read()
◆ async_write()
◆ close()
void asio::TcpSocket::close |
( |
| ) |
|
|
overridevirtual |
◆ is_open()
bool asio::TcpSocket::is_open |
( |
| ) |
const |
◆ is_valid()
bool asio::TcpSocket::is_valid |
( |
| ) |
const |
|
overridevirtual |
◆ operator=()
◆ TcpAcceptor
◆ context
std::shared_ptr<Context> asio::TcpSocket::context |
|
protected |
◆ socket
boost::asio::ip::tcp::socket asio::TcpSocket::socket |
|
protected |
The documentation for this class was generated from the following file:
- FMEstable/ReleaseMeVis/Projects/AsynchronousIO/Sources/asio/TcpSocket.h