Wrapper class for a WFP session.
More...
#include <wfp.hpp>
|
| void | block (const std::wstring &openvpn_app_path, const NET_IFINDEX itf_index, const Block block_type, std::ostream &log) |
| |
| void | unblock (std::ostream &log) |
| |
|
| | 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.
|
| |
Wrapper class for a WFP session.
Definition at line 164 of file wfp.hpp.
◆ Ptr
◆ block()
| void openvpn::TunWin::WFP::Context::block |
( |
const std::wstring & |
openvpn_app_path, |
|
|
const NET_IFINDEX |
itf_index, |
|
|
const Block |
block_type, |
|
|
std::ostream & |
log |
|
) |
| |
|
inlineprivate |
◆ unblock()
| void openvpn::TunWin::WFP::Context::unblock |
( |
std::ostream & |
log | ) |
|
|
inlineprivate |
◆ ActionBase
◆ wfp
| WFP::Ptr openvpn::TunWin::WFP::Context::wfp |
|
private |
The documentation for this class was generated from the following file: