#include <cmd.hpp>
|
| | WinCmd (const std::string &command) |
| |
| virtual void | execute (std::ostream &os) override |
| |
| virtual std::string | to_string () const override |
| |
| virtual Json::Value | to_json () const |
| |
| 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.
|
| |
|
| static constexpr bool | is_thread_safe () |
| | Delegates call to RCImpl and returns the result.
|
| |
| std::string | mark |
| |
Definition at line 28 of file cmd.hpp.
◆ Ptr
◆ WinCmd()
| openvpn::WinCmd::WinCmd |
( |
const std::string & |
command | ) |
|
|
inline |
◆ execute()
| virtual void openvpn::WinCmd::execute |
( |
std::ostream & |
os | ) |
|
|
inlineoverridevirtual |
◆ to_string()
| virtual std::string openvpn::WinCmd::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ cmd
| std::string openvpn::WinCmd::cmd |
|
private |
The documentation for this class was generated from the following file: