![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
This is the complete list of members for toolbox::net::DgramSock, including all inherited members.
| bind(const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| bind(const Endpoint &ep) | toolbox::net::DgramSock | inline |
| close() | toolbox::net::Sock | inline |
| connect(const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| connect(const Endpoint &ep) | toolbox::net::DgramSock | inline |
| DgramSock(Protocol protocol, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| DgramSock(Protocol protocol) | toolbox::net::DgramSock | inlineexplicit |
| DgramSock() noexcept=default | toolbox::net::DgramSock | |
| 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 |
| Endpoint typedef | toolbox::net::DgramSock | |
| 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 |
| get_sock_name(Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| get_sock_name(Endpoint &ep) | toolbox::net::DgramSock | inline |
| IoSock() noexcept=default | toolbox::net::DgramSock | |
| 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 |
| Protocol typedef | toolbox::net::DgramSock | |
| 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 |
| recvfrom(void *buf, std::size_t len, int flags, Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| recvfrom(void *buf, std::size_t len, int flags, Endpoint &ep) | toolbox::net::DgramSock | inline |
| recvfrom(MutableBuffer buf, int flags, Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| recvfrom(MutableBuffer buf, int flags, Endpoint &ep) | toolbox::net::DgramSock | 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 |
| sendto(const void *buf, std::size_t len, int flags, const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| sendto(const void *buf, std::size_t len, int flags, const Endpoint &ep) | toolbox::net::DgramSock | inline |
| sendto(ConstBuffer buf, int flags, const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::DgramSock | inline |
| sendto(ConstBuffer buf, int flags, const Endpoint &ep) | toolbox::net::DgramSock | 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 |