OpenVPN 3 Core Library
|
#include <process.hpp>
Public Types | |
typedef RCPtr< Command > | Ptr |
![]() | |
typedef RCPtr< Action > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
Command () | |
Command (Argv argv_arg) | |
Command * | copy () const |
virtual void | execute (std::ostream &os) override |
virtual std::string | to_string () const override |
![]() | |
virtual | ~Action ()=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. | |
Public Attributes | |
Argv | argv |
![]() | |
std::string | mark |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 139 of file process.hpp.
typedef RCPtr<Command> openvpn::Command::Ptr |
Definition at line 141 of file process.hpp.
|
inline |
|
inline |
Definition at line 147 of file process.hpp.
|
inline |
Definition at line 152 of file process.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 160 of file process.hpp.
|
inlineoverridevirtual |
Implements openvpn::Action.
Definition at line 185 of file process.hpp.
Argv openvpn::Command::argv |
Definition at line 190 of file process.hpp.