OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Types | |
typedef RCPtr< UnsupportedFeature > | Ptr |
![]() | |
typedef RCPtr< Base > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
UnsupportedFeature (const std::string &name_arg, const std::string &reason_arg, bool critical_arg) | |
std::string | render () const override |
![]() | |
virtual | ~Base ()=default |
Base (Type id) | |
Type | id () const |
const char * | name () const |
bool | is_error () const |
bool | is_fatal () const |
const Connected * | connected_cast () 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 | |
std::string | name |
std::string | reason |
bool | critical |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 444 of file clievent.hpp.
Definition at line 446 of file clievent.hpp.
|
inline |
Definition at line 448 of file clievent.hpp.
|
inlineoverridevirtual |
Reimplemented from openvpn::ClientEvent::Base.
Definition at line 460 of file clievent.hpp.
bool openvpn::ClientEvent::UnsupportedFeature::critical |
Definition at line 458 of file clievent.hpp.
std::string openvpn::ClientEvent::UnsupportedFeature::name |
Definition at line 456 of file clievent.hpp.
std::string openvpn::ClientEvent::UnsupportedFeature::reason |
Definition at line 457 of file clievent.hpp.