Public Member Functions | |
| action (action_type t, connection_hdl h) | |
| action (action_type t, connection_hdl h, server::message_ptr m) | |
Public Attributes | |
| action_type | type |
| websocketpp::connection_hdl | hdl |
| server::message_ptr | msg |
Definition at line 37 of file broadcast_server.cpp.
|
inline |
Definition at line 38 of file broadcast_server.cpp.
Referenced by broadcast_server::on_close(), broadcast_server::on_message(), and broadcast_server::on_open().
|
inline |
Definition at line 39 of file broadcast_server.cpp.
| action_type action::type |
Definition at line 42 of file broadcast_server.cpp.
Referenced by broadcast_server::process_messages().
| websocketpp::connection_hdl action::hdl |
Definition at line 43 of file broadcast_server.cpp.
Referenced by broadcast_server::process_messages().
| server::message_ptr action::msg |
Definition at line 44 of file broadcast_server.cpp.
Referenced by broadcast_server::process_messages().