io
C++ I/O scheduling library with asynchronous socket operations
|
This is the complete list of members for io::socket::socket_address, including all inherited members.
data() noexcept -> sockaddr_type * | io::socket::socket_address | |
data() const noexcept -> const sockaddr_type * | io::socket::socket_address | |
make_address(const SockAddr *addr=nullptr) noexcept -> socket_address | io::socket::socket_address | related |
operator=(const socket_address &other) -> socket_address &=default | io::socket::socket_address | |
operator=(socket_address &&other) noexcept -> socket_address &=default | io::socket::socket_address | |
operator==(const socket_address &other) const noexcept -> bool | io::socket::socket_address | |
size() noexcept -> socklen_type * | io::socket::socket_address | |
size() const noexcept -> const socklen_type * | io::socket::socket_address | |
socket_address()=default | io::socket::socket_address | |
socket_address(const socket_address &other)=default | io::socket::socket_address | |
socket_address(socket_address &&other) noexcept=default | io::socket::socket_address | |
socket_address(socklen_type size) noexcept | io::socket::socket_address | explicit |
socket_address(const sockaddr_type *addr, socklen_type size) noexcept | io::socket::socket_address | explicit |
~socket_address()=default | io::socket::socket_address |