#include <addrpair.hpp>
Definition at line 26 of file addrpair.hpp.
◆ error()
static void openvpn::IP::AddrMaskPair::error |
( |
const std::exception & |
e, |
|
|
const std::string & |
s, |
|
|
const char * |
title |
|
) |
| |
|
inlinestaticprivate |
◆ from_string() [1/3]
static AddrMaskPair openvpn::IP::AddrMaskPair::from_string |
( |
const std::string & |
s, |
|
|
const char * |
title = nullptr |
|
) |
| |
|
inlinestatic |
◆ from_string() [2/3]
static AddrMaskPair openvpn::IP::AddrMaskPair::from_string |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2, |
|
|
const char * |
title = nullptr |
|
) |
| |
|
inlinestatic |
◆ from_string() [3/3]
static AddrMaskPair openvpn::IP::AddrMaskPair::from_string |
( |
const StringPair & |
pair, |
|
|
const char * |
title = nullptr |
|
) |
| |
|
inlinestatic |
◆ from_string_impl()
static AddrMaskPair openvpn::IP::AddrMaskPair::from_string_impl |
( |
const StringPair & |
pair, |
|
|
const char * |
title = nullptr |
|
) |
| |
|
inlinestaticprivate |
◆ is_canonical()
bool openvpn::IP::AddrMaskPair::is_canonical |
( |
| ) |
const |
|
inline |
◆ OPENVPN_EXCEPTION()
openvpn::IP::AddrMaskPair::OPENVPN_EXCEPTION |
( |
addr_pair_mask_parse_error |
| ) |
|
◆ to_string()
std::string openvpn::IP::AddrMaskPair::to_string |
( |
const bool |
netmask_form = false | ) |
const |
|
inline |
◆ version()
◆ addr
Addr openvpn::IP::AddrMaskPair::addr |
◆ netmask
Addr openvpn::IP::AddrMaskPair::netmask |
The documentation for this struct was generated from the following file: