This is the complete list of members for scc::net::SocketBase, including all inherited members.
bind(const SockaddrBase &) | scc::net::SocketBase | |
close() | scc::net::SocketBase | |
error_code() | scc::net::SocketBase | |
fd() const | scc::net::SocketBase | inline |
get_sockaddr(sockaddr &) (defined in scc::net::SocketBase) | scc::net::SocketBase | protected |
move(SocketBase &other) (defined in scc::net::SocketBase) | scc::net::SocketBase | inlineprotected |
non_blocking(bool b=true) | scc::net::SocketBase | |
operator int() const | scc::net::SocketBase | inline |
operator=(SocketBase &&other) | scc::net::SocketBase | inline |
recv(void *loc, size_t len) | scc::net::SocketBase | |
recv(void *loc, size_t len, std::error_code &e) noexcept | scc::net::SocketBase | |
recv_bufsize(unsigned) | scc::net::SocketBase | |
recv_bufsize() | scc::net::SocketBase | |
recv_timeout(std::chrono::milliseconds) | scc::net::SocketBase | |
reset(int, int, int) (defined in scc::net::SocketBase) | scc::net::SocketBase | protected |
reuse_addr(bool r=true) | scc::net::SocketBase | |
reuse_port(bool r=true) | scc::net::SocketBase | |
send(const void *loc, size_t len) | scc::net::SocketBase | |
send(const void *loc, size_t len, std::error_code &e) noexcept | scc::net::SocketBase | |
send_bufsize(unsigned) | scc::net::SocketBase | |
send_bufsize() | scc::net::SocketBase | |
send_timeout(std::chrono::milliseconds) | scc::net::SocketBase | |
SocketBase(int fd) (defined in scc::net::SocketBase) | scc::net::SocketBase | inlineexplicitprotected |
SocketBase(int, int, int) (defined in scc::net::SocketBase) | scc::net::SocketBase | protected |
SocketBase(SocketBase &&other) | scc::net::SocketBase | inline |
~SocketBase() (defined in scc::net::SocketBase) | scc::net::SocketBase | virtual |