OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::Environ Class Reference

#include <environ.hpp>

Inheritance diagram for openvpn::Environ:
[legend]
Collaboration diagram for openvpn::Environ:
[legend]

Public Member Functions

void load_from_environ ()
 
std::string to_string () const
 
int find_index (const std::string &name) const
 
std::string find (const std::string &name) const
 
std::string value (const size_t idx) const
 
void assign (const std::string &name, const std::string &value)
 

Static Public Member Functions

static std::string find_static (const std::string &name)
 

Detailed Description

Definition at line 28 of file environ.hpp.

Member Function Documentation

◆ assign()

void openvpn::Environ::assign ( const std::string &  name,
const std::string &  value 
)
inline

Definition at line 104 of file environ.hpp.

◆ find()

std::string openvpn::Environ::find ( const std::string &  name) const
inline

Definition at line 85 of file environ.hpp.

◆ find_index()

int openvpn::Environ::find_index ( const std::string &  name) const
inline

Definition at line 65 of file environ.hpp.

Here is the caller graph for this function:

◆ find_static()

static std::string openvpn::Environ::find_static ( const std::string &  name)
inlinestatic

Definition at line 31 of file environ.hpp.

Here is the caller graph for this function:

◆ load_from_environ()

void openvpn::Environ::load_from_environ ( )
inline

Definition at line 46 of file environ.hpp.

◆ to_string()

std::string openvpn::Environ::to_string ( ) const
inline

Definition at line 53 of file environ.hpp.

◆ value()

std::string openvpn::Environ::value ( const size_t  idx) const
inline

Definition at line 94 of file environ.hpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: