OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Member Functions | |
ClientSetup (const std::string &status, const std::string &message) | |
![]() | |
ReasonBase (const Type id, const std::string &reason_arg) | |
ReasonBase (const Type id, std::string &&reason_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. | |
Static Private Member Functions | |
static std::string | make (const std::string &status, const std::string &message) |
Additional Inherited Members | |
![]() | |
typedef RCPtr< Base > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
std::string | reason |
Definition at line 756 of file clievent.hpp.
|
inline |
Definition at line 759 of file clievent.hpp.
|
inlinestaticprivate |
Definition at line 765 of file clievent.hpp.