#include <ClientSocket.h>

Public Member Functions | |
| ClientSocket (std::string host, int port) | |
| virtual | ~ClientSocket () |
| const ClientSocket & | operator<< (const std::string &) const |
| const ClientSocket & | operator>> (std::string &) const |
| ClientSocket::ClientSocket | ( | std::string | host, | |
| int | port | |||
| ) |
References Socket::connect(), and Socket::create().
| virtual ClientSocket::~ClientSocket | ( | ) | [inline, virtual] |
| const ClientSocket & ClientSocket::operator<< | ( | const std::string & | s | ) | const |
References Socket::send().
| const ClientSocket & ClientSocket::operator>> | ( | std::string & | s | ) | const |
References Socket::recv().
1.5.6