Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
processor_setup_ext Struct Reference
Collaboration diagram for processor_setup_ext:

Public Member Functions

 processor_setup_ext (bool server)
 

Public Attributes

websocketpp::lib::error_code ec
 
con_msg_manager_type::ptr msg_manager
 
stub_config::rng_type rng
 
stub_config::request_type req
 
stub_config::response_type res
 
websocketpp::processor::hybi13< stub_config_extp
 

Detailed Description

Definition at line 107 of file hybi13.cpp.

Constructor & Destructor Documentation

◆ processor_setup_ext()

processor_setup_ext::processor_setup_ext ( bool server)
inline

Definition at line 108 of file hybi13.cpp.

110 , p(false,server,msg_manager,rng) {}
stub_config::con_msg_manager_type con_msg_manager_type
Definition hybi13.cpp:89
websocketpp::processor::hybi13< stub_config_ext > p
Definition hybi13.cpp:117
con_msg_manager_type::ptr msg_manager
Definition hybi13.cpp:113
stub_config::rng_type rng
Definition hybi13.cpp:114

Member Data Documentation

◆ ec

websocketpp::lib::error_code processor_setup_ext::ec

Definition at line 112 of file hybi13.cpp.

◆ msg_manager

con_msg_manager_type::ptr processor_setup_ext::msg_manager

Definition at line 113 of file hybi13.cpp.

◆ p

Definition at line 117 of file hybi13.cpp.

◆ req

stub_config::request_type processor_setup_ext::req

Definition at line 115 of file hybi13.cpp.

◆ res

stub_config::response_type processor_setup_ext::res

Definition at line 116 of file hybi13.cpp.

◆ rng

stub_config::rng_type processor_setup_ext::rng

Definition at line 114 of file hybi13.cpp.


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