OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::DCO Struct Referenceabstract

#include <dco.hpp>

Inheritance diagram for openvpn::DCO:
[legend]
Collaboration diagram for openvpn::DCO:
[legend]

Classes

struct  TransportConfig
 
struct  TunConfig
 

Public Types

typedef RCPtr< DCOPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

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
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Public Attributes

TunBuilderBasebuilder = 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.
 

Detailed Description

Definition at line 35 of file dco.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 37 of file dco.hpp.

Member Function Documentation

◆ new_transport_factory()

virtual TransportClientFactory::Ptr openvpn::DCO::new_transport_factory ( const TransportConfig conf)
pure virtual

Implemented in openvpn::DCOTransport::ClientConfig.

Here is the caller graph for this function:

◆ new_tun_factory()

virtual TunClientFactory::Ptr openvpn::DCO::new_tun_factory ( const TunConfig conf,
const OptionList opt 
)
pure virtual

Implemented in openvpn::DCOTransport::ClientConfig.

Here is the caller graph for this function:

Member Data Documentation

◆ builder

TunBuilderBase* openvpn::DCO::builder = nullptr

Definition at line 81 of file dco.hpp.


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