OpenVPN 3 Core Library
|
#include <tunutil.hpp>
Public Member Functions | |
ActionEnableDHCP (const TapNameGuidPair &tap) | |
![]() | |
WinCmd (const std::string &command) | |
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. | |
Static Private Member Functions | |
static std::string | cmd (const TapNameGuidPair &tap) |
Additional Inherited Members | |
![]() | |
typedef RCPtr< WinCmd > | Ptr |
![]() | |
typedef RCPtr< Action > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
![]() | |
std::string | mark |
Definition at line 1290 of file tunutil.hpp.
|
inline |
Definition at line 1293 of file tunutil.hpp.
|
inlinestaticprivate |
Definition at line 1299 of file tunutil.hpp.