Public Member Functions | |
| ConnectionStateChange (ConnectionState::Enum newState, ConnectionState::Enum oldState, const std::string &host, std::uint16_t port) | |
| ConnectionStateChange (const ConnectionStateChange &)=delete | |
| ConnectionStateChange & | operator= (const ConnectionStateChange &)=delete |
| std::string | toString () const |
Public Attributes | |
| ConnectionState::Enum | newState |
| ConnectionState::Enum | oldState |
| std::string | host |
| std::uint16_t | port |
Definition at line 35 of file ConnectionStateChange.h.
| ConnectionStateChange | ( | ConnectionState::Enum | newState, |
| ConnectionState::Enum | oldState, | ||
| const std::string & | host, | ||
| std::uint16_t | port ) |
Initialize instance.
|
delete |
|
delete |
| std::string toString | ( | ) | const |
String representation.
| std::string host |
Host.
Definition at line 56 of file ConnectionStateChange.h.
| ConnectionState::Enum newState |
New State.
Definition at line 50 of file ConnectionStateChange.h.
| ConnectionState::Enum oldState |
Old state.
Definition at line 53 of file ConnectionStateChange.h.
| std::uint16_t port |
Port.
Definition at line 59 of file ConnectionStateChange.h.