|
OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Member Functions | |
| InactiveTimeout () | |
Public Member Functions inherited from openvpn::ClientEvent::Base | |
| 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. | |
Additional Inherited Members | |
Public Types inherited from openvpn::ClientEvent::Base | |
| typedef RCPtr< Base > | Ptr |
Public Types inherited from openvpn::RC< thread_safe_refcount > | |
| typedef RCPtr< RC > | Ptr |
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 325 of file clievent.hpp.
|
inline |
Definition at line 327 of file clievent.hpp.