OpenVPN 3 Core Library
|
#include <vpnservpool.hpp>
Public Types | |
typedef RCPtr< IP46AutoRelease > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
IP46AutoRelease (Pool *pool_arg) | |
~IP46AutoRelease () | |
![]() | |
void | add_routes (std::vector< IP::Route > &rtvec) |
std::string | to_string () const |
bool | defined () const |
![]() | |
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 constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
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.