OpenVPN 3 Core Library
|
#include <dco.hpp>
Classes | |
struct | TransportConfig |
struct | TunConfig |
Public Types | |
typedef RCPtr< DCO > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual TunClientFactory::Ptr | new_tun_factory (const TunConfig &conf, const OptionList &opt)=0 |
virtual TransportClientFactory::Ptr | new_transport_factory (const TransportConfig &conf)=0 |
![]() | |
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. | |
Public Attributes | |
TunBuilderBase * | builder = nullptr |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
typedef RCPtr<DCO> openvpn::DCO::Ptr |
|
pure virtual |
|
pure virtual |
TunBuilderBase* openvpn::DCO::builder = nullptr |