#include <tunprop.hpp>
|
| 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.
|
|
Definition at line 78 of file tunprop.hpp.
◆ Ptr
◆ iface_name
std::string openvpn::TunProp::State::iface_name |
◆ mtu
int openvpn::TunProp::State::mtu = 0 |
◆ tun_prefix
bool openvpn::TunProp::State::tun_prefix = false |
◆ vpn_interface_index
◆ vpn_ip4_addr
IP::Addr openvpn::TunProp::State::vpn_ip4_addr |
◆ vpn_ip4_gw
IP::Addr openvpn::TunProp::State::vpn_ip4_gw |
◆ vpn_ip6_addr
IP::Addr openvpn::TunProp::State::vpn_ip6_addr |
◆ vpn_ip6_gw
IP::Addr openvpn::TunProp::State::vpn_ip6_gw |
The documentation for this struct was generated from the following file: