Very Simple Cross-Platform Library
|
#include <TCPSocket.h>
Additional Inherited Members | |
Public Member Functions inherited from hu::varadiistvan::scpl::io::BufferedStream | |
virtual | ~BufferedStream () |
ReadingBuffer & | getReadingBuffer () |
WritingBuffer & | getWritingBuffer () |
Public Member Functions inherited from hu::varadiistvan::scpl::io::Failable | |
Failable () | |
bool | failed () const |
errorCode_t | getErrorCode () const |
void | repair () |
Static Public Attributes inherited from hu::varadiistvan::scpl::io::BufferedStream | |
static const size_t | DEFAULT_CAPACITY = 4096 |
Protected Member Functions inherited from hu::varadiistvan::scpl::io::Failable | |
void | setErrorCode (errorCode_t ec) |
A socket that works on a TCP connection.
Definition at line 44 of file TCPSocket.h.