OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::MacDNS::Info Class Reference
Inheritance diagram for openvpn::MacDNS::Info:
[legend]
Collaboration diagram for openvpn::MacDNS::Info:
[legend]

Public Types

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

Public Member Functions

 Info (CF::DynamicStore &sc, const std::string &sname)
 
std::string to_string () const
 
bool interface_change (Info *other) const
 
- 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

DSDict ipv4
 
DSDict info
 
DSDict ovpn
 
DSDict dns
 

Static Private Member Functions

static std::string primary_dns (const CF::Dict &ipv4, const CF::Dict &info)
 

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 352 of file macdns.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 355 of file macdns.hpp.

Constructor & Destructor Documentation

◆ Info()

openvpn::MacDNS::Info::Info ( CF::DynamicStore &  sc,
const std::string &  sname 
)
inline

Definition at line 357 of file macdns.hpp.

Member Function Documentation

◆ interface_change()

bool openvpn::MacDNS::Info::interface_change ( Info other) const
inline

Definition at line 375 of file macdns.hpp.

Here is the caller graph for this function:

◆ primary_dns()

static std::string openvpn::MacDNS::Info::primary_dns ( const CF::Dict &  ipv4,
const CF::Dict &  info 
)
inlinestaticprivate

Definition at line 386 of file macdns.hpp.

◆ to_string()

std::string openvpn::MacDNS::Info::to_string ( ) const
inline

Definition at line 365 of file macdns.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ dns

DSDict openvpn::MacDNS::Info::dns

Definition at line 383 of file macdns.hpp.

◆ info

DSDict openvpn::MacDNS::Info::info

Definition at line 381 of file macdns.hpp.

◆ ipv4

DSDict openvpn::MacDNS::Info::ipv4

Definition at line 380 of file macdns.hpp.

◆ ovpn

DSDict openvpn::MacDNS::Info::ovpn

Definition at line 382 of file macdns.hpp.


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