|
OpenVPN 3 Core Library
|
#include <vpnservpool.hpp>
Public Types | |
| typedef RCPtr< IP46AutoRelease > | Ptr |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Member Functions | |
| IP46AutoRelease (Pool *pool_arg) | |
| ~IP46AutoRelease () | |
Public Member Functions inherited from openvpn::VPNServerPool::IP46 | |
| void | add_routes (std::vector< IP::Route > &rtvec) |
| std::string | to_string () const |
| bool | defined () const |
Public Member Functions inherited from openvpn::RC< thread_safe_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 | |
| Pool * | pool |
Additional Inherited Members | |
Static Public Member Functions inherited from openvpn::RC< thread_safe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Public Attributes inherited from openvpn::VPNServerPool::IP46 | |
| IP::Addr | ip4 |
| IP::Addr | ip6 |
Definition at line 122 of file vpnservpool.hpp.
Definition at line 125 of file vpnservpool.hpp.
|
inline |
Definition at line 127 of file vpnservpool.hpp.
|
inline |
Definition at line 132 of file vpnservpool.hpp.
|
private |
Definition at line 139 of file vpnservpool.hpp.