![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
This is the complete list of members for toolbox::net::IoSock, including all inherited members.
| close() | toolbox::net::Sock | inline |
| disable_hardware_rcv_timestamps() | toolbox::net::Sock | inline |
| disable_hardware_rcv_timestamps(std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| enable_hardware_rcv_timestamps() | toolbox::net::Sock | inline |
| enable_hardware_rcv_timestamps(std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| family() const noexcept | toolbox::net::Sock | inline |
| get_error(std::error_code &ec) const noexcept | toolbox::net::Sock | inline |
| get_error() const | toolbox::net::Sock | inline |
| get_rcv_buf(std::error_code &ec) const noexcept | toolbox::net::Sock | inline |
| get_rcv_buf() const | toolbox::net::Sock | inline |
| get_snd_buf(std::error_code &ec) const noexcept | toolbox::net::Sock | inline |
| get_snd_buf() const | toolbox::net::Sock | inline |
| IoSock() noexcept=default | toolbox::net::IoSock | |
| is_ip_family() const noexcept | toolbox::net::Sock | inline |
| is_tcp_no_delay(std::error_code &ec) const noexcept | toolbox::net::Sock | inline |
| is_tcp_no_delay() const | toolbox::net::Sock | inline |
| read(void *buf, std::size_t len, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| read(void *buf, std::size_t len) | toolbox::net::IoSock | inline |
| read(MutableBuffer buf, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| read(MutableBuffer buf) | toolbox::net::IoSock | inline |
| recv(void *buf, std::size_t len, int flags, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| recv(void *buf, std::size_t len, int flags) | toolbox::net::IoSock | inline |
| recv(MutableBuffer buf, int flags, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| recv(MutableBuffer buf, int flags) | toolbox::net::IoSock | inline |
| recvmsg(msghdr &msg, int flags, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| recvmsg(msghdr &msg, int flags) | toolbox::net::IoSock | inline |
| send(const void *buf, std::size_t len, int flags, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| send(const void *buf, std::size_t len, int flags) | toolbox::net::IoSock | inline |
| send(ConstBuffer buf, int flags, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| send(ConstBuffer buf, int flags) | toolbox::net::IoSock | inline |
| set_non_block(std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| set_non_block() | toolbox::net::Sock | inline |
| set_rcv_buf(int size, std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| set_rcv_buf(int size) | toolbox::net::Sock | inline |
| set_reuse_addr(bool enabled, std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| set_reuse_addr(bool enabled) | toolbox::net::Sock | inline |
| set_snd_buf(int size, std::error_code &ec) noexcept | toolbox::net::Sock | inline |
| set_snd_buf(int size) | toolbox::net::Sock | inline |
| shutdown(int how) | toolbox::net::IoSock | inline |
| Sock(FileHandle &&sock, int family) | toolbox::net::IoSock | inline |
| Sock() noexcept=default | toolbox::net::IoSock | |
| write(const void *buf, std::size_t len, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| write(const void *buf, std::size_t len) | toolbox::net::IoSock | inline |
| write(ConstBuffer buf, std::error_code &ec) noexcept | toolbox::net::IoSock | inline |
| write(ConstBuffer buf) | toolbox::net::IoSock | inline |