#include <environ.hpp>
|
static std::string | find_static (const std::string &name) |
|
Definition at line 28 of file environ.hpp.
◆ assign()
void openvpn::Environ::assign |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ find()
std::string openvpn::Environ::find |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ find_index()
int openvpn::Environ::find_index |
( |
const std::string & |
name | ) |
const |
|
inline |
◆ find_static()
static std::string openvpn::Environ::find_static |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
◆ load_from_environ()
void openvpn::Environ::load_from_environ |
( |
| ) |
|
|
inline |
◆ to_string()
std::string openvpn::Environ::to_string |
( |
| ) |
const |
|
inline |
◆ value()
std::string openvpn::Environ::value |
( |
const size_t |
idx | ) |
const |
|
inline |
The documentation for this class was generated from the following file: