|
OpenVPN 3 Core Library
|
#include <tunutil.hpp>
Public Member Functions | |
| ActionSetAdapterDomainSuffix (const std::string &search_domain_arg, const std::string &tap_guid_arg) | |
| virtual void | execute (std::ostream &os) override |
| virtual 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 std::string | search_domain |
| const std::string | tap_guid |
Additional Inherited Members | |
Public Types inherited from openvpn::Action | |
| typedef RCPtr< Action > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 902 of file tunutil.hpp.
|
inline |
Definition at line 905 of file tunutil.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 912 of file tunutil.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 941 of file tunutil.hpp.
|
private |
Definition at line 947 of file tunutil.hpp.
|
private |
Definition at line 948 of file tunutil.hpp.