|
OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Member Functions | |
| ClientSetup (const std::string &status, const std::string &message) | |
Public Member Functions inherited from openvpn::ClientEvent::ReasonBase | |
| ReasonBase (const Type id, const std::string &reason_arg) | |
| ReasonBase (const Type id, std::string &&reason_arg) | |
| std::string | render () const override |
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 |
| 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. | |
Static Private Member Functions | |
| static std::string | make (const std::string &status, const std::string &message) |
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. | |
Public Attributes inherited from openvpn::ClientEvent::ReasonBase | |
| std::string | reason |
Definition at line 758 of file clievent.hpp.
|
inline |
Definition at line 761 of file clievent.hpp.
|
inlinestaticprivate |
Definition at line 767 of file clievent.hpp.