| accept() | scc::net::UnixTcpSock | |
| accept(UnixAddr &) | scc::net::UnixTcpSock | |
| scc::net::TcpSocket::accept(sockaddr *, int len, std::error_code &) noexcept | scc::net::TcpSocket | protected |
| 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::UnixTcpSock | |
| get_sockaddr(sockaddr &) (defined in scc::net::SocketBase) | scc::net::SocketBase | protected |
| 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::UnixTcpSock | 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 |
| UnixTcpSock() (defined in scc::net::UnixTcpSock) | scc::net::UnixTcpSock | |
| 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 |