qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
qb::io::udp::socket Member List

This is the complete list of members for qb::io::udp::socket, including all inherited members.

address_family() const noexceptqb::io::udp::socket
bind(qb::io::endpoint const &ep) noexceptqb::io::udp::socket
bind(qb::io::uri const &u) noexceptqb::io::udp::socket
bind_un(std::string const &path) noexceptqb::io::udp::socket
bind_v4(uint16_t port, std::string const &host="0.0.0.0") noexceptqb::io::udp::socket
bind_v6(uint16_t port, std::string const &host="::") noexceptqb::io::udp::socket
DefaultDatagramSizeqb::io::udp::socketstatic
disconnect() const noexceptqb::io::udp::socket
init(int af=AF_INET) noexceptqb::io::udp::socket
is_bound() const noexceptqb::io::udp::socket
join_multicast_group(const std::string &group, const std::string &iface="") noexceptqb::io::udp::socket
leave_multicast_group(const std::string &group, const std::string &iface="") noexceptqb::io::udp::socket
MaxDatagramSizeqb::io::udp::socketstatic
operator=(socket &&)=defaultqb::io::udp::socket
operator=(io::socket &&sock) noexceptqb::io::udp::socket
read(void *dest, std::size_t len, qb::io::endpoint &peer) const noexceptqb::io::udp::socket
read_timeout(void *dest, std::size_t len, qb::io::endpoint &peer, const std::chrono::microseconds &timeout) const noexceptqb::io::udp::socket
set_broadcast(bool enable) noexceptqb::io::udp::socket
set_buffer_size(std::size_t size) noexceptqb::io::udp::socket
set_multicast_loopback(bool enable) noexceptqb::io::udp::socket
set_multicast_ttl(int ttl) noexceptqb::io::udp::socket
socket()=defaultqb::io::udp::socket
socket(socket const &)=deleteqb::io::udp::socket
socket(socket &&)=defaultqb::io::udp::socket
socket(io::socket &&sock) noexceptqb::io::udp::socket
try_read(void *dest, std::size_t len, qb::io::endpoint &peer) const noexceptqb::io::udp::socket
write(const void *data, std::size_t len, qb::io::endpoint const &to) const noexceptqb::io::udp::socket