|
OpenVPN 3 Core Library
|
#include <process.hpp>
Public Types | |
| typedef RCPtr< Command > | Ptr |
Public Types inherited from openvpn::Action | |
| typedef RCPtr< Action > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |
Public Member Functions inherited from openvpn::Action | |
| virtual Json::Value | to_json () const |
| virtual | ~Action ()=default |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 |
Public Attributes inherited from openvpn::Action | |
| 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. | |
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.