This is the complete list of members for Dwm::Socket, including all inherited members.
| _fd (defined in Dwm::Descriptor) | Dwm::Descriptor | protected |
| _headerIncluded (defined in Dwm::Socket) | Dwm::Socket | protected |
| _type (defined in Dwm::Socket) | Dwm::Socket | protected |
| Accept(struct sockaddr_in &addr) | Dwm::Socket | virtual |
| Accept(Ipv4Address &addr, uint16_t &port) | Dwm::Socket | virtual |
| Accept(Socket &s, struct sockaddr_in &addr) | Dwm::Socket | virtual |
| Accept(Socket &s, Ipv4Address &addr, uint16_t &port) | Dwm::Socket | virtual |
| Accept(struct sockaddr_un &addr) | Dwm::Socket | virtual |
| Accept(Socket &s, struct sockaddr_un &addr) (defined in Dwm::Socket) | Dwm::Socket | virtual |
| Attach(int fd) | Dwm::Descriptor | virtual |
| Bind(const struct sockaddr_in &addr) | Dwm::Socket | virtual |
| Bind(const Ipv4Address &addr, uint16_t port) | Dwm::Socket | virtual |
| Bind(const struct sockaddr_un &addr) | Dwm::Socket | virtual |
| Close() | Dwm::Descriptor | virtual |
| Connect(const struct sockaddr_in &name) | Dwm::Socket | virtual |
| Connect(const Ipv4Address &dstAddr, uint16_t port) | Dwm::Socket | virtual |
| Connect(const struct sockaddr_un &name) | Dwm::Socket | virtual |
| Descriptor() | Dwm::Descriptor | |
| Descriptor(const Descriptor &d) | Dwm::Descriptor | |
| Descriptor(int d) (defined in Dwm::Descriptor) | Dwm::Descriptor | |
| Detach() | Dwm::Descriptor | virtual |
| FdClr(fd_set &fdSet) | Dwm::Descriptor | virtual |
| FdIsSet(fd_set &fdSet) | Dwm::Descriptor | virtual |
| FdSet(fd_set &fdSet) | Dwm::Descriptor | virtual |
| Getpeername(struct sockaddr *name, socklen_t &namelen) | Dwm::Socket | virtual |
| Getpeername(Ipv4Address &addr, uint16_t &port) | Dwm::Socket | virtual |
| Getsockname(struct sockaddr *name, socklen_t &namelen) | Dwm::Socket | virtual |
| Getsockname(Ipv4Address &addr, uint16_t &port) | Dwm::Socket | virtual |
| Getsockopt(int level, int optname, void *optval, socklen_t &optlen) | Dwm::Socket | virtual |
| HeaderIncluded() const (defined in Dwm::Socket) | Dwm::Socket | |
| JoinMulticastGroup(const Ipv4Address &groupAddr, const Ipv4Address &intfAddr) | Dwm::Socket | virtual |
| Listen(int backlog) | Dwm::Socket | virtual |
| Open(int domain, int type, int protocol) | Dwm::Socket | virtual |
| operator bool() const (defined in Dwm::Socket) | Dwm::Socket | |
| operator int() const | Dwm::Descriptor | inlinevirtual |
| operator=(const Socket &sock) | Dwm::Socket | |
| Dwm::Descriptor::operator=(const Descriptor &d) | Dwm::Descriptor | |
| ReadWouldBlock() (defined in Dwm::Descriptor) | Dwm::Descriptor | virtual |
| RecvFrom(void *buf, size_t len, int flags, struct sockaddr_in &from) | Dwm::Socket | virtual |
| RecvFrom(void *buf, size_t len, int flags, Ipv4Address &srcAddr, uint16_t &srcPort) | Dwm::Socket | virtual |
| RecvFrom(std::string &s, int flags, Ipv4Address &srcAddr, uint16_t &srcPort) | Dwm::Socket | virtual |
| SendTo(const void *buf, size_t len, int flags, const struct sockaddr_in &to) | Dwm::Socket | virtual |
| SendTo(const void *buf, size_t len, int flags, const Ipv4Address &dstAddr, uint16_t dstPort) | Dwm::Socket | virtual |
| SendTo(const std::string &s, int flags, const Ipv4Address &dstAddr, uint16_t dstPort) | Dwm::Socket | virtual |
| SetBlocking() | Dwm::Descriptor | virtual |
| SetNonBlocking() | Dwm::Descriptor | virtual |
| Setsockopt(int level, int optname, const void *optval, socklen_t optlen) | Dwm::Socket | virtual |
| Socket() | Dwm::Socket | |
| Socket(const Socket &sock) | Dwm::Socket | |
| Type() const (defined in Dwm::Socket) | Dwm::Socket | |
| ~Descriptor() | Dwm::Descriptor | virtual |