OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::VPNServerPool::IP46AutoRelease Class Reference

#include <vpnservpool.hpp>

Inheritance diagram for openvpn::VPNServerPool::IP46AutoRelease:
[legend]
Collaboration diagram for openvpn::VPNServerPool::IP46AutoRelease:
[legend]

Public Types

typedef RCPtr< IP46AutoReleasePtr
 
- Public Types inherited from openvpn::RC< thread_safe_refcount >
typedef RCPtr< RCPtr
 

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
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Private Attributes

Poolpool
 

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
 

Detailed Description

Definition at line 122 of file vpnservpool.hpp.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ IP46AutoRelease()

openvpn::VPNServerPool::IP46AutoRelease::IP46AutoRelease ( Pool pool_arg)
inline

Definition at line 127 of file vpnservpool.hpp.

◆ ~IP46AutoRelease()

openvpn::VPNServerPool::IP46AutoRelease::~IP46AutoRelease ( )
inline

Definition at line 132 of file vpnservpool.hpp.

Member Data Documentation

◆ pool

Pool* openvpn::VPNServerPool::IP46AutoRelease::pool
private

Definition at line 139 of file vpnservpool.hpp.


The documentation for this class was generated from the following file: