OpenVPN 3 Core Library
|
Public Types | |
typedef RCPtr< ResolvedAddr > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
std::string | to_string () 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. | |
Public Attributes | |
IP::Addr | addr |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 55 of file remotelist.hpp.
Definition at line 57 of file remotelist.hpp.
|
inline |
Definition at line 60 of file remotelist.hpp.
IP::Addr openvpn::RemoteList::ResolvedAddr::addr |
Definition at line 58 of file remotelist.hpp.