|
OpenVPN 3 Core Library
|
#include <emuexr.hpp>
Public Types | |
| using | Ptr = RCPtr< EmulateExcludeRoute > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| virtual void | add_route (const bool add, const IP::Addr &addr, const int prefix_len)=0 |
| virtual bool | enabled (const IPVerFlags &ipv) const =0 |
| virtual void | emulate (TunBuilderBase *tb, IPVerFlags &ipv, const IP::Addr &server_addr) const =0 |
| virtual void | add_default_routes (bool ipv4, bool ipv6)=0 |
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. | |
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. | |
Definition at line 22 of file emuexr.hpp.
Definition at line 24 of file emuexr.hpp.
|
pure virtual |
Implemented in openvpn::EmulateExcludeRouteImpl.
|
pure virtual |
|
pure virtual |
Implemented in openvpn::EmulateExcludeRouteImpl.
|
pure virtual |
Implemented in openvpn::EmulateExcludeRouteImpl.