OpenVPN 3 Core Library
|
#include <dns.hpp>
Public Member Functions | |
DnsFilter (PriorityList &&pushed_prios) | |
bool | filter (const Option &opt) override |
![]() | |
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. | |
Protected Attributes | |
const PriorityList | pushed_prios_ |
Additional Inherited Members | |
![]() | |
typedef RCPtr< FilterBase > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
|
inline |
|
inlineoverridevirtual |
Implements openvpn::OptionList::FilterBase.
|
protected |