#include <peerinfo.hpp>
|
template<typename SET > |
static Ptr | new_from_foreign_set (const SET &other) |
|
template<typename SET > |
static void | parse_flexible (const std::string &src, SET &dest) |
|
template<typename SET > |
static void | parse_csv (const std::string &src, SET &dest) |
|
Definition at line 54 of file peerinfo.hpp.
◆ Ptr
◆ append_foreign_set_ptr()
template<typename SET >
void openvpn::PeerInfo::Set::append_foreign_set_ptr |
( |
const SET * |
other | ) |
|
|
inline |
◆ append_foreign_set_ref()
template<typename SET >
void openvpn::PeerInfo::Set::append_foreign_set_ref |
( |
const SET & |
other | ) |
|
|
inline |
◆ contains_key()
bool openvpn::PeerInfo::Set::contains_key |
( |
const std::string & |
key | ) |
|
|
inline |
◆ copy()
Ptr openvpn::PeerInfo::Set::copy |
( |
| ) |
const |
|
inline |
◆ new_from_foreign_set()
template<typename SET >
static Ptr openvpn::PeerInfo::Set::new_from_foreign_set |
( |
const SET & |
other | ) |
|
|
inlinestatic |
◆ parse_csv()
template<typename SET >
static void openvpn::PeerInfo::Set::parse_csv |
( |
const std::string & |
src, |
|
|
SET & |
dest |
|
) |
| |
|
inlinestatic |
◆ parse_flexible()
template<typename SET >
static void openvpn::PeerInfo::Set::parse_flexible |
( |
const std::string & |
src, |
|
|
SET & |
dest |
|
) |
| |
|
inlinestatic |
◆ to_string()
std::string openvpn::PeerInfo::Set::to_string |
( |
| ) |
const |
|
inline |
The documentation for this struct was generated from the following file: