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


Public Member Functions | |
| ClientConnectionState_Error (std::exception &e) | |
| std::exception & | getException () |
| virtual const char * | toString () |
Additional Inherited Members | |
Static Public Attributes inherited from ClientConnectionState | |
| static ClientConnectionState | DISCONNECTED_FROM_SERVER |
| static ClientConnectionState | CONNECTED_TO_SERVER |
| static ClientConnectionState | SENT_HELLO_TO_SERVER |
| static ClientConnectionState | IN_SYNC_WITH_SERVER |
Protected Member Functions inherited from ClientConnectionState | |
| ClientConnectionState (const char *name) | |
Represents that the client is in an error state
Definition at line 81 of file ClientConnectionState.h.
| ClientConnectionState_Error::ClientConnectionState_Error | ( | std::exception & | _e | ) |
| std::exception & ClientConnectionState_Error::getException | ( | ) |
Definition at line 63 of file ClientConnectionState.cpp.
1.8.6