Toolbox snapshot
The Reactive C++ Toolbox
|
This is the complete list of members for toolbox::net::McastSock, including all inherited members.
bind(const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
bind(const Endpoint &ep) | toolbox::net::McastSock | inline |
close() | toolbox::net::Sock | inline |
connect(const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
connect(const Endpoint &ep) | toolbox::net::McastSock | inline |
Endpoint typedef | toolbox::net::McastSock | |
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::McastSock | inline |
get_sock_name(Endpoint &ep) | toolbox::net::McastSock | inline |
IoSock() noexcept=default | toolbox::net::McastSock | |
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 |
join_group(const IpAddr &addr, unsigned ifindex, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
join_group(const IpAddr &addr, unsigned ifindex) | toolbox::net::McastSock | inline |
join_group(const IpAddr &addr, const char *ifname, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
join_group(const IpAddr &addr, const char *ifname) | toolbox::net::McastSock | inline |
leave_group(const IpAddr &addr, unsigned ifindex, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
leave_group(const IpAddr &addr, unsigned ifindex) | toolbox::net::McastSock | inline |
leave_group(const IpAddr &addr, const char *ifname, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
leave_group(const IpAddr &addr, const char *ifname) | toolbox::net::McastSock | inline |
McastSock(Protocol protocol, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
McastSock(Protocol protocol) | toolbox::net::McastSock | inlineexplicit |
McastSock() noexcept=default | toolbox::net::McastSock | |
Protocol typedef | toolbox::net::McastSock | |
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::McastSock | inline |
recvfrom(void *buf, std::size_t len, int flags, Endpoint &ep) | toolbox::net::McastSock | inline |
recvfrom(MutableBuffer buf, int flags, Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
recvfrom(MutableBuffer buf, int flags, Endpoint &ep) | toolbox::net::McastSock | 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::McastSock | inline |
sendto(const void *buf, std::size_t len, int flags, const Endpoint &ep) | toolbox::net::McastSock | inline |
sendto(ConstBuffer buf, int flags, const Endpoint &ep, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
sendto(ConstBuffer buf, int flags, const Endpoint &ep) | toolbox::net::McastSock | inline |
set_ip_mcast_if(const char *ifname, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
set_ip_mcast_if(const char *ifname) | toolbox::net::McastSock | inline |
set_ip_mcast_loop(bool enabled, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
set_ip_mcast_loop(bool enabled) | toolbox::net::McastSock | inline |
set_ip_mcast_ttl(int ttl, std::error_code &ec) noexcept | toolbox::net::McastSock | inline |
set_ip_mcast_ttl(int ttl) | toolbox::net::McastSock | 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 |