Accept(Socket &s) const | Socket | [inline] |
Accept(Socket *s) const | Socket | |
accepting | Socket | [protected] |
Bind(const int port) | Socket | |
broken_pipe | Socket | [protected] |
Close() | Socket | |
Connect(const char *host, const int port) | Socket | |
Create() | Socket | |
hideErrors() | Socket | [inline] |
host | SocketCom | [protected] |
IsBroken() const | Socket | [inline] |
IsOpen() const | Socket | [inline] |
Listen() | Socket | |
Open(Socket *newsocket) | SocketCom | |
Open() | SocketCom | |
outputErrors | Socket | [protected] |
port | SocketCom | [protected] |
PrepareServer() | SocketCom | |
Receive(unsigned char *s, size_t max_size) | Socket | |
Send(const unsigned char *s, size_t size) | Socket | |
SendAll(const unsigned char *s, size_t size, size_t millisec) | Socket | |
server | SocketCom | [protected] |
SetNonBlocking(const bool) | Socket | |
showErrors() | Socket | [inline] |
Socket() | Socket | |
Socket(const char *_host, int _port) | Socket | |
Socket(int port) | Socket | |
SocketCom(const char *_host, int _port) | SocketCom | |
SocketCom(int port) | SocketCom | |
WaitBuffer(unsigned char *s, size_t size, size_t millisec) | Socket | |
WaitData(size_t millisec) | Socket | |
~Socket() | Socket | |
~SocketCom() | SocketCom |