accept() | scc::net::InetTcpSock | |
accept(InetAddr &) | scc::net::InetTcpSock | |
scc::net::TcpSocket::accept(sockaddr *, int len, std::error_code &) noexcept | scc::net::TcpSocket | protected |
accept_shared() (defined in scc::net::InetTcpSock) | scc::net::InetTcpSock | |
accept_shared(InetAddr &) (defined in scc::net::InetTcpSock) | scc::net::InetTcpSock | |
bind(const SockaddrBase &) | scc::net::SocketBase | |
close() | scc::net::SocketBase | |
connect(SockaddrBase &) | scc::net::TcpSocket | |
connect(SockaddrBase &, std::error_code &) noexcept | scc::net::TcpSocket | |
error_code() | scc::net::SocketBase | |
fd() const | scc::net::SocketBase | inline |
get_addr() | scc::net::InetTcpSock | |
get_sockaddr(sockaddr &) (defined in scc::net::SocketBase) | scc::net::SocketBase | protected |
InetTcpSock(int fd) (defined in scc::net::InetTcpSock) | scc::net::InetTcpSock | inlineexplicitprotected |
InetTcpSock() | scc::net::InetTcpSock | |
listen(int maxConnections=10) | scc::net::TcpSocket | |
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 |
read(void *loc, size_t len) | scc::net::TcpSocket | inlinevirtual |
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() | scc::net::InetTcpSock | virtual |
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 | |
shutdown() | scc::net::TcpSocket | |
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 |
TcpSocket(int fd) (defined in scc::net::TcpSocket) | scc::net::TcpSocket | inlineexplicitprotected |
TcpSocket(int domain, int stype, int proto) (defined in scc::net::TcpSocket) | scc::net::TcpSocket | inlineprotected |
write(const void *loc, size_t len) | scc::net::TcpSocket | inlinevirtual |
~Reader() (defined in scc::util::Reader) | scc::util::Reader | inlinevirtual |
~SocketBase() (defined in scc::net::SocketBase) | scc::net::SocketBase | virtual |
~Writer() (defined in scc::util::Writer) | scc::util::Writer | inlinevirtual |