#include <options.hpp>
|
static bool | compare (const Ptr &a, const Ptr &b) |
|
static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result.
|
|
Definition at line 674 of file options.hpp.
◆ Ptr
◆ KeyValue() [1/2]
openvpn::OptionList::KeyValue::KeyValue |
( |
| ) |
|
|
inline |
◆ KeyValue() [2/2]
openvpn::OptionList::KeyValue::KeyValue |
( |
const std::string & |
key_arg, |
|
|
const std::string & |
value_arg, |
|
|
const int |
key_priority_arg = 0 |
|
) |
| |
|
inline |
◆ combined_length()
size_t openvpn::OptionList::KeyValue::combined_length |
( |
| ) |
const |
|
inline |
◆ compare()
static bool openvpn::OptionList::KeyValue::compare |
( |
const Ptr & |
a, |
|
|
const Ptr & |
b |
|
) |
| |
|
inlinestatic |
◆ convert_to_option()
Option openvpn::OptionList::KeyValue::convert_to_option |
( |
Limits * |
lim, |
|
|
const std::string & |
meta_prefix |
|
) |
| const |
|
inline |
◆ singular_arg()
static bool openvpn::OptionList::KeyValue::singular_arg |
( |
const std::string & |
key | ) |
|
|
inlinestaticprivate |
◆ split_priority()
void openvpn::OptionList::KeyValue::split_priority |
( |
| ) |
|
|
inline |
◆ unescape()
static std::string openvpn::OptionList::KeyValue::unescape |
( |
const std::string & |
value, |
|
|
bool & |
newline_present |
|
) |
| |
|
inlinestaticprivate |
◆ key
std::string openvpn::OptionList::KeyValue::key |
◆ key_priority
int openvpn::OptionList::KeyValue::key_priority |
◆ value
std::string openvpn::OptionList::KeyValue::value |
The documentation for this class was generated from the following file: