Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CAcceptorSocket, including all inherited members.
accept(CSocketAddress *clientAddress=nullptr) | CAcceptorSocket | |
acceptWithTimeout(CSocketAddress *clientAddress, uint64_t timeout) | CAcceptorSocket | |
bind(const CSocketAddress &address) | CSocket | virtual |
bind(const sockaddr *address, socklen_t len) const | CSocket | |
CAcceptorSocket()=default | CAcceptorSocket | |
CAcceptorSocket(socket_t handle) | CAcceptorSocket | inlineexplicit |
CAcceptorSocket(const CSocketAddress &address, int32_t queueSize=DFLT_QUEUE_SIZE) | CAcceptorSocket | inlineexplicit |
CAcceptorSocket(CAcceptorSocket &&acc) noexcept | CAcceptorSocket | inline |
CAcceptorSocket(const CAcceptorSocket &)=delete | CAcceptorSocket | |
checkRet(T ret) const | CSocket | inlineprotected |
checkRetBool(T ret) const | CSocket | inlineprotected |
checkSocket(socket_t ret) const | CSocket | inlineprotected |
checkSocketBool(socket_t ret) const | CSocket | inlineprotected |
clearLastError(int32_t value=0) const | CSocket | |
clone() const | CSocket | |
close() | CSocket | |
close(socket_t h) | CSocket | static |
closeOnError() | CSocket | inlineprotected |
create(int32_t domain) | CAcceptorSocket | static |
CSocket::create(int32_t domain, int32_t type, int32_t protocol=0) | CSocket | static |
createHandle(int32_t domain) | CAcceptorSocket | inlineprotectedstatic |
CSocket() | CSocket | |
CSocket(socket_t handle) | CSocket | explicit |
CSocket(const CSocket &other)=delete | CSocket | |
CSocket(CSocket &&other) noexcept | CSocket | |
DFLT_QUEUE_SIZE | CAcceptorSocket | protectedstatic |
getAddress() const | CSocket | virtual |
getErrno() | CSocket | protectedstatic |
getFamily() const | CSocket | virtual |
getHandle() const | CSocket | |
getLastErrorString() const | CSocket | |
getOption(int32_t level, int32_t optName, void *optVal, socklen_t *optLength) const | CSocket | |
getOption(const int32_t level, const int32_t optName, T *value) const | CSocket | inline |
getPeerAddress() const | CSocket | virtual |
isOpen() const | CSocket | |
listen(int32_t queueSize=DFLT_QUEUE_SIZE) | CAcceptorSocket | inline |
m_handle | CSocket | protected |
m_lastError | CSocket | mutableprivate |
open(const CSocketAddress &address, int32_t queueSize=DFLT_QUEUE_SIZE) | CAcceptorSocket | |
operator bool() const | CSocket | explicit |
operator!() const | CSocket | |
operator=(const CAcceptorSocket &)=delete | CAcceptorSocket | |
operator=(CAcceptorSocket &&rhs) noexcept | CAcceptorSocket | inline |
CSocket::operator=(const CSocket &other)=delete | CSocket | |
CSocket::operator=(CSocket &&other) noexcept | CSocket | |
pair(int32_t domain, int32_t type, int32_t protocol=0) | CSocket | static |
release() | CSocket | |
reset(socket_t handle=INVALID_SOCKET) | CSocket | |
setLastError(int32_t err=INT32_MAX) const | CSocket | |
setNonBlocking(bool on=true) const | CSocket | |
setOption(int32_t level, int32_t optName, const void *optVal, socklen_t optLength) const | CSocket | |
setOption(const int32_t level, const int32_t optName, const T &value) | CSocket | inline |
~CSocket() | CSocket | virtual |