OpenVPN 3 Core Library
|
#include <action.hpp>
Public Member Functions | |
ActionListReversed () | |
![]() | |
ActionList () | |
void | add (Action *action) |
void | add (const Action::Ptr &action) |
void | add (const ActionList &other) |
bool | exists (const Action::Ptr &action) const |
virtual std::unordered_set< std::string > | execute (std::ostream &os) |
Executes a sequence of actions and returns marks of failed actions. | |
void | execute_log () |
std::string | to_string () const |
void | enable_destroy (const bool state) |
void | halt () |
void | destroy (std::ostream &os) override |
bool | is_halt () const |
void | remove_marked (const std::unordered_set< std::string > &marks, std::ostream &os) |
Removes actions with specified marks and logs the removals. | |
![]() | |
virtual | ~DestructorBase ()=default |
![]() | |
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 | |
![]() | |
typedef RCPtr< ActionList > | Ptr |
![]() | |
typedef RCPtr< DestructorBase > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
bool | reverse_ = false |
bool | enable_destroy_ = false |
volatile bool | halt_ = false |
Definition at line 230 of file action.hpp.
|
inline |
Definition at line 232 of file action.hpp.