|
OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Types | |
| typedef RCPtr< Base > | Ptr |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Public Member Functions | |
| virtual | ~Base ()=default |
| Base (Type id) | |
| Type | id () const |
| const char * | name () const |
| bool | is_error () const |
| bool | is_fatal () const |
| virtual std::string | render () const |
| const Connected * | connected_cast () const |
Public Member Functions inherited from openvpn::RC< thread_safe_refcount > | |
| 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. | |
Private Attributes | |
| Type | id_ |
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. | |
Definition at line 179 of file clievent.hpp.
| typedef RCPtr<Base> openvpn::ClientEvent::Base::Ptr |
Definition at line 182 of file clievent.hpp.
|
virtualdefault |
|
inline |
Definition at line 184 of file clievent.hpp.
|
inline |
Definition at line 214 of file clievent.hpp.
|
inline |
Definition at line 189 of file clievent.hpp.
|
inline |
Definition at line 199 of file clievent.hpp.
|
inline |
Definition at line 204 of file clievent.hpp.
|
inline |
Definition at line 194 of file clievent.hpp.
|
inlinevirtual |
Reimplemented in openvpn::ClientEvent::InfoJSON, openvpn::ClientEvent::UnsupportedFeature, openvpn::ClientEvent::Connected, and openvpn::ClientEvent::ReasonBase.
Definition at line 209 of file clievent.hpp.
|
private |
Definition at line 223 of file clievent.hpp.