| Accept(Socket &s, sockaddr *psa=NULL, socklen_t *psaLen=NULL) (defined in Socket) | Socket | |
| AttachSocket(socket_t s, bool own=false) (defined in Socket) | Socket | |
| Bind(unsigned int port, const char *addr=NULL) (defined in Socket) | Socket | |
| Bind(const sockaddr *psa, socklen_t saLen) (defined in Socket) | Socket | |
| CheckAndHandleError(const char *operation, socket_t result) const (defined in Socket) | Socket | [inline] |
| CheckAndHandleError(const char *operation, BOOL result) const (defined in Socket) | Socket | [inline] |
| CheckAndHandleError_int(const char *operation, int result) const (defined in Socket) | Socket | [inline] |
| CloseSocket() (defined in Socket) | Socket | |
| Connect(const char *addr, unsigned int port) (defined in Socket) | Socket | |
| Connect(const sockaddr *psa, socklen_t saLen) (defined in Socket) | Socket | |
| Create(int nType=SOCK_STREAM) (defined in Socket) | Socket | |
| DetachSocket() (defined in Socket) | Socket | |
| GetLastError() | Socket | [static] |
| GetOwnership() const (defined in Socket) | Socket | [inline] |
| GetSocket() const (defined in Socket) | Socket | [inline] |
| GetSockName(sockaddr *psa, socklen_t *psaLen) (defined in Socket) | Socket | |
| HandleError(const char *operation) const (defined in Socket) | Socket | [virtual] |
| IOCtl(long cmd, unsigned long *argp) (defined in Socket) | Socket | |
| Listen(int backlog=5) (defined in Socket) | Socket | |
| m_own (defined in Socket) | Socket | [protected] |
| m_s (defined in Socket) | Socket | [protected] |
| operator socket_t() (defined in Socket) | Socket | [inline] |
| PortNameToNumber(const char *name, const char *protocol="tcp") | Socket | [static] |
| Receive(byte *buf, unsigned int bufLen, int flags=0) (defined in Socket) | Socket | |
| ReceiveReady(const timeval *timeout) (defined in Socket) | Socket | |
| Send(const byte *buf, unsigned int bufLen, int flags=0) (defined in Socket) | Socket | |
| SendReady(const timeval *timeout) (defined in Socket) | Socket | |
| SetLastError(int errorCode) | Socket | [static] |
| SetOwnership(bool own) (defined in Socket) | Socket | [inline] |
| ShutDown(int how=SD_SEND) (defined in Socket) | Socket | |
| ShutdownSockets() | Socket | [static] |
| Socket(socket_t s=INVALID_SOCKET, bool own=false) (defined in Socket) | Socket | [inline] |
| Socket(const Socket &s) (defined in Socket) | Socket | [inline] |
| SocketChanged() (defined in Socket) | Socket | [inline, protected, virtual] |
| StartSockets() | Socket | [static] |
| ~Socket() (defined in Socket) | Socket | [virtual] |