Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
This is the complete list of members for CSocket, including all inherited members.
bind(const CSocketAddress &address) | CSocket | virtual |
bind(const sockaddr *address, socklen_t len) const | CSocket | |
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, int32_t type, int32_t protocol=0) | CSocket | static |
CSocket() | CSocket | |
CSocket(socket_t handle) | CSocket | explicit |
CSocket(const CSocket &other)=delete | CSocket | |
CSocket(CSocket &&other) noexcept | CSocket | |
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 | |
m_handle | CSocket | protected |
m_lastError | CSocket | mutableprivate |
operator bool() const | CSocket | explicit |
operator!() const | CSocket | |
operator=(const CSocket &other)=delete | 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 |