OpenVPN 3 Core Library
|
#include <cliemuexr.hpp>
Public Types | |
typedef RCPtr< EmulateExcludeRouteFactoryImpl > | Ptr |
![]() | |
typedef RCPtr< EmulateExcludeRouteFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
EmulateExcludeRouteFactoryImpl (const bool exclude_server_address) | |
![]() | |
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. | |
Private Member Functions | |
EmulateExcludeRoute::Ptr | new_obj () const override |
Private Attributes | |
const bool | exclude_server_address_ |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 148 of file cliemuexr.hpp.
Definition at line 151 of file cliemuexr.hpp.
|
inline |
Definition at line 153 of file cliemuexr.hpp.
|
inlineoverrideprivatevirtual |
Implements openvpn::EmulateExcludeRouteFactory.
Definition at line 159 of file cliemuexr.hpp.
|
private |
Definition at line 164 of file cliemuexr.hpp.