|
| AddRoute4Cmd (const std::string &route_address, int prefix_length, DWORD iface_index, const std::string &iface_name, const std::string &gw_address, int metric, bool add) |
|
void | execute (std::ostream &os) override |
|
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 1306 of file tunutil.hpp.
◆ Ptr
◆ AddRoute4Cmd()
openvpn::TunWin::Util::TunNETSH::AddRoute4Cmd::AddRoute4Cmd |
( |
const std::string & |
route_address, |
|
|
int |
prefix_length, |
|
|
DWORD |
iface_index, |
|
|
const std::string & |
iface_name, |
|
|
const std::string & |
gw_address, |
|
|
int |
metric, |
|
|
bool |
add |
|
) |
| |
|
inline |
◆ execute()
void openvpn::TunWin::Util::TunNETSH::AddRoute4Cmd::execute |
( |
std::ostream & |
os | ) |
|
|
inlineoverridevirtual |
◆ to_string()
std::string openvpn::TunWin::Util::TunNETSH::AddRoute4Cmd::to_string |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ cmd
WinCmd::Ptr openvpn::TunWin::Util::TunNETSH::AddRoute4Cmd::cmd |
|
private |
The documentation for this class was generated from the following file: