| getPortOfService(const char *service) | YGP::Socket | [static] |
| listenAt(unsigned int port) const | YGP::Socket | |
| number() const | YGP::Socket | [inline] |
| operator int() const | YGP::Socket | [inline] |
| operator=(const Socket &other) | YGP::Socket | |
| operator=(int socket) | YGP::Socket | |
| read(std::string &input) const | YGP::Socket | |
| read(char *pBuffer, unsigned int lenBuffer) const | YGP::Socket | |
| Socket() | YGP::Socket | |
| Socket(int socket) | YGP::Socket | [inline] |
| Socket(unsigned int port) | YGP::Socket | |
| Socket(const char *server, unsigned int port) | YGP::Socket | |
| Socket(const std::string &server, unsigned int port) | YGP::Socket | |
| Socket(const Socket &other) | YGP::Socket | [inline] |
| throwError(const std::string &error, int errNum) | YGP::Socket | [protected, static] |
| waitForInput() const | YGP::Socket | |
| write(const std::string &output) const | YGP::Socket | [inline] |
| write(const char *pBuffer) const | YGP::Socket | |
| write(const char *pBuffer, unsigned int lenBuffer) const | YGP::Socket | |
| writeTo(const std::string &server, unsigned int port) const | YGP::Socket | [inline] |
| writeTo(const char *server, unsigned int port) const | YGP::Socket | |
| ~Socket() | YGP::Socket | [virtual] |