OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< Config > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Attributes | |
std::string | protocol |
DigestFactory::Ptr | digest_factory |
Additional Inherited Members | |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 492 of file websocket.hpp.
Definition at line 494 of file websocket.hpp.
DigestFactory::Ptr openvpn::WebSocket::Server::Config::digest_factory |
Definition at line 497 of file websocket.hpp.
std::string openvpn::WebSocket::Server::Config::protocol |
Definition at line 496 of file websocket.hpp.