|
qb
2.0.0.0
C++17 Actor Framework
|
This is the complete list of members for qb::io::udp::socket, including all inherited members.
| address_family() const noexcept | qb::io::udp::socket | |
| bind(qb::io::endpoint const &ep) noexcept | qb::io::udp::socket | |
| bind(qb::io::uri const &u) noexcept | qb::io::udp::socket | |
| bind_un(std::string const &path) noexcept | qb::io::udp::socket | |
| bind_v4(uint16_t port, std::string const &host="0.0.0.0") noexcept | qb::io::udp::socket | |
| bind_v6(uint16_t port, std::string const &host="::") noexcept | qb::io::udp::socket | |
| DefaultDatagramSize | qb::io::udp::socket | static |
| disconnect() const noexcept | qb::io::udp::socket | |
| init(int af=AF_INET) noexcept | qb::io::udp::socket | |
| is_bound() const noexcept | qb::io::udp::socket | |
| join_multicast_group(const std::string &group, const std::string &iface="") noexcept | qb::io::udp::socket | |
| leave_multicast_group(const std::string &group, const std::string &iface="") noexcept | qb::io::udp::socket | |
| MaxDatagramSize | qb::io::udp::socket | static |
| operator=(socket &&)=default | qb::io::udp::socket | |
| operator=(io::socket &&sock) noexcept | qb::io::udp::socket | |
| read(void *dest, std::size_t len, qb::io::endpoint &peer) const noexcept | qb::io::udp::socket | |
| read_timeout(void *dest, std::size_t len, qb::io::endpoint &peer, const std::chrono::microseconds &timeout) const noexcept | qb::io::udp::socket | |
| set_broadcast(bool enable) noexcept | qb::io::udp::socket | |
| set_buffer_size(std::size_t size) noexcept | qb::io::udp::socket | |
| set_multicast_loopback(bool enable) noexcept | qb::io::udp::socket | |
| set_multicast_ttl(int ttl) noexcept | qb::io::udp::socket | |
| socket()=default | qb::io::udp::socket | |
| socket(socket const &)=delete | qb::io::udp::socket | |
| socket(socket &&)=default | qb::io::udp::socket | |
| socket(io::socket &&sock) noexcept | qb::io::udp::socket | |
| try_read(void *dest, std::size_t len, qb::io::endpoint &peer) const noexcept | qb::io::udp::socket | |
| write(const void *data, std::size_t len, qb::io::endpoint const &to) const noexcept | qb::io::udp::socket |