|
AsyncBerkeley
Asynchronous Berkeley sockets. Simple.
|
Defines structures for handling socket messages. More...
#include "detail/socket.hpp"#include "socket_address.hpp"#include <memory>#include <optional>#include <vector>#include "impl/socket_message_impl.hpp"Go to the source code of this file.
Classes | |
| struct | io::socket::message_header |
| Represents the header of a socket message. More... | |
| class | io::socket::message_buffer< Allocator > |
| A container for managing buffers for scatter-gather I/O operations. More... | |
| struct | io::socket::socket_message< Addr, Allocator > |
| Represents a complete socket message. More... | |
Namespaces | |
| namespace | io |
The io namespace contains all the functions and classes for the I/O library. | |
| namespace | io::socket |
The io::socket namespace provides a cross-platform abstraction for socket-level I/O operations. | |
Defines structures for handling socket messages.