|
OpenVPN 3 Core Library
|
#include <macdns_watchdog.hpp>
Public Types | |
| typedef RCPtr< DNSAction > | Ptr |
Public Types inherited from openvpn::Action | |
| typedef RCPtr< Action > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |
Public Member Functions inherited from openvpn::Action | |
| virtual Json::Value | to_json () const |
| virtual | ~Action ()=default |
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. | |
Private Attributes | |
| const MacDNSWatchdog::Ptr | parent |
| const MacDNS::Config::Ptr | config |
| const unsigned int | flags |
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. | |
Public Attributes inherited from openvpn::Action | |
| 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.