|
AsyncBerkeley
Asynchronous Berkeley sockets. Simple.
|
This is the complete list of members for io::socket::socket_handle, including all inherited members.
| get_error() const noexcept -> std::error_code | io::socket::socket_handle | |
| operator bool() const noexcept | io::socket::socket_handle | explicit |
| operator native_socket_type() const noexcept | io::socket::socket_handle | explicit |
| operator<=>(const socket_handle &other) const noexcept -> std::strong_ordering | io::socket::socket_handle | |
| operator<=>(native_socket_type other) const noexcept -> std::strong_ordering | io::socket::socket_handle | |
| operator=(const socket_handle &other) -> socket_handle &=delete (defined in io::socket::socket_handle) | io::socket::socket_handle | |
| operator=(socket_handle &&other) noexcept -> socket_handle & | io::socket::socket_handle | |
| operator==(const socket_handle &other) const noexcept -> bool | io::socket::socket_handle | |
| operator==(native_socket_type other) const noexcept -> bool | io::socket::socket_handle | |
| set_error(int error) noexcept -> void | io::socket::socket_handle | |
| socket_handle()=default | io::socket::socket_handle | |
| socket_handle(const socket_handle &other)=delete (defined in io::socket::socket_handle) | io::socket::socket_handle | |
| socket_handle(socket_handle &&other) noexcept | io::socket::socket_handle | |
| socket_handle(native_socket_type handle) | io::socket::socket_handle | explicit |
| socket_handle(int domain, int type, int protocol) | io::socket::socket_handle | explicit |
| swap | io::socket::socket_handle | friend |
| ~socket_handle() | io::socket::socket_handle |