OpenVPN 3 Core Library
|
#include <clievent.hpp>
Public Types | |
typedef RCPtr< InfoJSON > | Ptr |
![]() | |
typedef RCPtr< Base > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
InfoJSON (std::string msg_type_arg, Json::Value jdata_arg) | |
virtual std::string | render () const |
![]() | |
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 | msg_type |
Json::Value | jdata |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 417 of file clievent.hpp.
Definition at line 419 of file clievent.hpp.
|
inline |
Definition at line 421 of file clievent.hpp.
|
inlinevirtual |
Reimplemented from openvpn::ClientEvent::Base.
Definition at line 429 of file clievent.hpp.
Json::Value openvpn::ClientEvent::InfoJSON::jdata |
Definition at line 439 of file clievent.hpp.
std::string openvpn::ClientEvent::InfoJSON::msg_type |
Definition at line 438 of file clievent.hpp.