OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Action Struct Referenceabstract

#include <action.hpp>

Inheritance diagram for openvpn::Action:
[legend]
Collaboration diagram for openvpn::Action:
[legend]

Public Types

typedef RCPtr< ActionPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

virtual void execute (std::ostream &os)=0
 
virtual std::string to_string () const =0
 
virtual ~Action ()=default
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Public Attributes

std::string mark
 

Additional Inherited Members

- Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
static constexpr bool is_thread_safe ()
 Delegates call to RCImpl and returns the result.
 

Detailed Description

Definition at line 30 of file action.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 32 of file action.hpp.

Constructor & Destructor Documentation

◆ ~Action()

virtual openvpn::Action::~Action ( )
virtualdefault

Member Function Documentation

◆ execute()

◆ to_string()

Member Data Documentation

◆ mark

std::string openvpn::Action::mark

Definition at line 44 of file action.hpp.


The documentation for this struct was generated from the following file: