OpenVPN 3 Core Library
|
#include <macdns_watchdog.hpp>
Public Types | |
typedef RCPtr< DNSAction > | Ptr |
![]() | |
typedef RCPtr< Action > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
DNSAction (const MacDNSWatchdog::Ptr &parent_arg, const MacDNS::Config::Ptr &config_arg, const unsigned int flags_arg) | |
void | execute (std::ostream &os) override |
std::string | to_string () const override |
![]() | |
virtual Json::Value | to_json () const |
virtual | ~Action ()=default |
![]() | |
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 Attributes | |
const MacDNSWatchdog::Ptr | parent |
const MacDNS::Config::Ptr | config |
const unsigned int | flags |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
std::string | mark |
Definition at line 42 of file macdns_watchdog.hpp.
Definition at line 45 of file macdns_watchdog.hpp.
|
inline |
Definition at line 47 of file macdns_watchdog.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 56 of file macdns_watchdog.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 63 of file macdns_watchdog.hpp.
|
private |
Definition at line 80 of file macdns_watchdog.hpp.
|
private |
Definition at line 81 of file macdns_watchdog.hpp.
|
private |
Definition at line 79 of file macdns_watchdog.hpp.