Now you can download a copy of these docs so you can use them offline! Download now
#include <ServerConnectionState.h>


Public Member Functions | |
| ServerConnectionState_Error (std::exception &e) | |
| virtual const char * | toString () |
| std::exception & | getException () |
Additional Inherited Members | |
Static Public Attributes inherited from ServerConnectionState | |
| static ServerConnectionState | GOT_CONNECTION_FROM_CLIENT |
| static ServerConnectionState | CONNECTED_TO_CLIENT |
| static ServerConnectionState | CLIENT_DISCONNECTED |
Protected Member Functions inherited from ServerConnectionState | |
| ServerConnectionState (const char *name) | |
Represents that the client is in an error state
Definition at line 57 of file ServerConnectionState.h.
| ServerConnectionState_Error::ServerConnectionState_Error | ( | std::exception & | e | ) |
| std::exception & ServerConnectionState_Error::getException | ( | ) |
Definition at line 29 of file ServerConnectionState.cpp.
1.8.6