OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::IP::AddrList Class Reference

#include <addrlist.hpp>

Inheritance diagram for openvpn::IP::AddrList:
[legend]
Collaboration diagram for openvpn::IP::AddrList:
[legend]

Public Types

typedef RCPtr< AddrListPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

void add (const IP::Addr &a)
 
bool exists (const IP::Addr &a) const
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_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.
 

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.
 

Detailed Description

Definition at line 21 of file addrlist.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 24 of file addrlist.hpp.

Member Function Documentation

◆ add()

void openvpn::IP::AddrList::add ( const IP::Addr a)
inline

Definition at line 26 of file addrlist.hpp.

Here is the caller graph for this function:

◆ exists()

bool openvpn::IP::AddrList::exists ( const IP::Addr a) const
inline

Definition at line 32 of file addrlist.hpp.

Here is the caller graph for this function:

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