__read(char *buf, size_t bytes)=0 | dsSocketBase | [protected, pure virtual] |
__write(const char *ptr, size_t bytes)=0 | dsSocketBase | [protected, pure virtual] |
_sock | dsSocketBase | [protected] |
Close()=0 | dsSocketBase | [pure virtual] |
Connect(const char *host, const int port, const int proto)=0 | dsSocketBase | [pure virtual] |
dsSocketBase() | dsSocketBase | |
fd() const | dsSocketBase | [inline] |
Printf(const char *format,...) | dsSocketBase | |
Read(char *buffer, size_t bytes, int sec=10, int usec=0) | dsSocketBase | |
Read(std::ostream &os, int sec=10, int usec=0) | dsSocketBase | |
ReadLine(std::ostream &os, int sec=10) | dsSocketBase | |
ReadLine(char *buf, size_t size, int sec=10) | dsSocketBase | |
Write(const char *buffer, size_t bytes, int sec=10, int usec=0) | dsSocketBase | |
Write(std::istream &is, int sec=10, int usec=0) | dsSocketBase | |
Write(const char *str, int sec=10, int usec=0) | dsSocketBase | [inline] |
WriteLine(std::istream &is, int sec=10) | dsSocketBase | |
WriteLine(const char *str, int sec=10) | dsSocketBase | |