|
OpenVPN 3 Core Library
|
#include <dco.hpp>
Classes | |
| struct | TransportConfig |
| struct | TunConfig |
Public Types | |
| typedef RCPtr< DCO > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |