skstream
|
Base class for anything that encapsulates a socket. More...
#include <sksocket.h>
Public Member Functions | |
virtual SOCKET_TYPE | getSocket () const =0 |
int | getLastError () const |
void | copyLastError (const basic_socket &other) |
bool | is_open () const |
Static Public Member Functions | |
static bool | startup () |
Protected Member Functions | |
void | setLastError () const |
Protected Attributes | |
int | LastError |
Static Private Attributes | |
static int | startup_count = 0 |
Base class for anything that encapsulates a socket.