Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CDatagramSocket Member List

This is the complete list of members for CDatagramSocket, including all inherited members.

bind(const CSocketAddress &address)CSocketvirtual
bind(const sockaddr *address, socklen_t len) constCSocket
CDatagramSocket()CDatagramSocketinline
CDatagramSocket(socket_t handle)CDatagramSocketinlineexplicit
CDatagramSocket(const CSocketAddress &address)CDatagramSocketexplicit
CDatagramSocket(CDatagramSocket &&other)CDatagramSocketinline
CDatagramSocket(const CDatagramSocket &other)=deleteCDatagramSocketprivate
checkRet(T ret) constCSocketinlineprotected
checkRetBool(T ret) constCSocketinlineprotected
checkSocket(socket_t ret) constCSocketinlineprotected
checkSocketBool(socket_t ret) constCSocketinlineprotected
clearLastError(int32_t value=0) constCSocket
clone() constCSocket
close()CSocket
close(socket_t h)CSocketstatic
closeOnError()CSocketinlineprotected
COMM_TYPECDatagramSocketstatic
connect(const CSocketAddress &address)CDatagramSocketinlinevirtual
create(int32_t domain, int32_t type, int32_t protocol=0)CSocketstatic
createHandle(int32_t domain)CDatagramSocketinlineprotectedstatic
CSocket()CSocket
CSocket(socket_t handle)CSocketexplicit
CSocket(const CSocket &other)=deleteCSocket
CSocket(CSocket &&other) noexceptCSocket
getAddress() constCSocketvirtual
getErrno()CSocketprotectedstatic
getFamily() constCSocketvirtual
getHandle() constCSocket
getLastErrorString() constCSocket
getOption(int32_t level, int32_t optName, void *optVal, socklen_t *optLength) constCSocket
getOption(const int32_t level, const int32_t optName, T *value) constCSocketinline
getPeerAddress() constCSocketvirtual
isOpen() constCSocket
m_handleCSocketprotected
m_lastErrorCSocketmutableprivate
operator bool() constCSocketexplicit
operator!() constCSocket
operator=(CDatagramSocket &&rhs)CDatagramSocketinline
operator=(const CDatagramSocket &other)=deleteCDatagramSocketprivate
CSocket::operator=(const CSocket &other)=deleteCSocket
CSocket::operator=(CSocket &&other) noexceptCSocket
pair(int32_t domain, int32_t type, int32_t protocol=0)CSocketstatic
recv(void *buf, size_t n, int32_t flags=0)CDatagramSocketinline
recvFrom(void *buf, size_t n, int32_t flags, CSocketAddress *srcAddress=nullptr)CDatagramSocket
recvFrom(void *buf, size_t n, CSocketAddress *srcAddress=nullptr)CDatagramSocketinline
release()CSocket
reset(socket_t handle=INVALID_SOCKET)CSocket
send(const void *buf, size_t n, int32_t flags=0)CDatagramSocketinline
send(const std::string &s, int32_t flags=0)CDatagramSocketinline
sendTo(const void *buf, size_t n, int32_t flags, const CSocketAddress &address)CDatagramSocketinline
sendTo(const void *buf, size_t n, const CSocketAddress &address)CDatagramSocketinline
sendTo(const std::string &s, int32_t flags, const CSocketAddress &address)CDatagramSocketinline
sendTo(const std::string &s, const CSocketAddress &address)CDatagramSocketinline
setLastError(int32_t err=INT32_MAX) constCSocket
setNonBlocking(bool on=true) constCSocket
setOption(int32_t level, int32_t optName, const void *optVal, socklen_t optLength) constCSocket
setOption(const int32_t level, const int32_t optName, const T &value)CSocketinline
~CDatagramSocket()CDatagramSocketinlinevirtual
~CSocket()CSocketvirtual