Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
action Struct Reference

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
 

Detailed Description

Definition at line 37 of file broadcast_server.cpp.

Constructor & Destructor Documentation

◆ action() [1/2]

action::action ( action_type t,
connection_hdl h )
inline

Definition at line 38 of file broadcast_server.cpp.

38: type(t), hdl(h) {}
websocketpp::connection_hdl hdl
action_type type

◆ action() [2/2]

action::action ( action_type t,
connection_hdl h,
server::message_ptr m )
inline

Definition at line 39 of file broadcast_server.cpp.

40 : type(t), hdl(h), msg(m) {}
server::message_ptr msg

Member Data Documentation

◆ hdl

Definition at line 43 of file broadcast_server.cpp.

◆ msg

server::message_ptr action::msg

Definition at line 44 of file broadcast_server.cpp.

◆ type

action_type action::type

Definition at line 42 of file broadcast_server.cpp.


The documentation for this struct was generated from the following file: