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

Public Member Functions

 connection_setup (bool p_is_server)
 

Public Attributes

websocketpp::lib::error_code ec
 
stub_config::alog_type alog
 
stub_config::elog_type elog
 
stub_config::rng_type rng
 
websocketpp::connection< stub_configc
 

Detailed Description

Definition at line 134 of file connection.cpp.

Constructor & Destructor Documentation

◆ connection_setup()

connection_setup::connection_setup ( bool p_is_server)
inline

Definition at line 135 of file connection.cpp.

135: c(p_is_server, "", alog, elog, rng) {}
stub_config::alog_type alog
stub_config::elog_type elog
websocketpp::connection< stub_config > c
stub_config::rng_type rng

Member Data Documentation

◆ alog

stub_config::alog_type connection_setup::alog

Definition at line 138 of file connection.cpp.

◆ c

websocketpp::connection<stub_config> connection_setup::c

Definition at line 141 of file connection.cpp.

◆ ec

websocketpp::lib::error_code connection_setup::ec

Definition at line 137 of file connection.cpp.

◆ elog

stub_config::elog_type connection_setup::elog

Definition at line 139 of file connection.cpp.

◆ rng

stub_config::rng_type connection_setup::rng

Definition at line 140 of file connection.cpp.


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