This is the complete list of members for WebSocketConnectionClosedEvent, including all inherited members.
| Event()=default | Event | |
| Event(const Event &)=delete | Event | |
| mConnection | WebSocketConnectionEvent | |
| mErrorCode | WebSocketConnectionClosedEvent | |
| mReason | WebSocketConnectionClosedEvent | |
| operator=(const Event &)=delete | Event | |
| WebSocketConnectionClosedEvent(const WebSocketConnection &connection, int errorCode, const std::string &reason) | WebSocketConnectionClosedEvent | |
| WebSocketConnectionClosedEvent(const WebSocketConnection &connection, int errorCode, std::string &&reason) | WebSocketConnectionClosedEvent | |
| WebSocketConnectionEvent(const WebSocketConnection &connection) | WebSocketConnectionEvent | |
| ~Event()=default | Event | virtual |