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

Public Member Functions

 processor_setup (bool server)
 
 processor_setup (bool server)
 

Public Attributes

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

Detailed Description

Definition at line 52 of file hybi00.cpp.

Constructor & Destructor Documentation

◆ processor_setup() [1/2]

processor_setup::processor_setup ( bool server)
inline

Definition at line 53 of file hybi00.cpp.

55 , p(false,server,msg_manager) {}
websocketpp::processor::hybi00< stub_config > p
Definition hybi00.cpp:61
stub_config::con_msg_manager_type::ptr msg_manager
Definition hybi00.cpp:58
core::con_msg_manager_type con_msg_manager_type

◆ processor_setup() [2/2]

processor_setup::processor_setup ( bool server)
inline

Definition at line 95 of file hybi13.cpp.

97 , p(false,server,msg_manager,rng) {}
stub_config::con_msg_manager_type con_msg_manager_type
Definition hybi13.cpp:89
stub_config::rng_type rng
Definition hybi13.cpp:101

Member Data Documentation

◆ ec

websocketpp::lib::error_code processor_setup::ec

Definition at line 57 of file hybi00.cpp.

◆ msg_manager [1/2]

stub_config::con_msg_manager_type::ptr processor_setup::msg_manager

Definition at line 58 of file hybi00.cpp.

◆ msg_manager [2/2]

con_msg_manager_type::ptr processor_setup::msg_manager

Definition at line 100 of file hybi13.cpp.

◆ p [1/2]

Definition at line 61 of file hybi00.cpp.

◆ p [2/2]

Definition at line 104 of file hybi13.cpp.

◆ req

stub_config::request_type processor_setup::req

Definition at line 59 of file hybi00.cpp.

◆ res

stub_config::response_type processor_setup::res

Definition at line 60 of file hybi00.cpp.

◆ rng

stub_config::rng_type processor_setup::rng

Definition at line 101 of file hybi13.cpp.


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