Iterable environment variables wrapper to update values.
More...
#include <userver/engine/subprocess/environment_variables.hpp>
|
using | Map = std::unordered_map< std::string, std::string > |
|
|
| EnvironmentVariablesUpdate (Map vars) |
| Constructs a wrapper from a map.
|
|
auto | begin () |
| Returns a non const iterator to the beginning.
|
|
auto | end () |
| Returns a non const iterator to the ending.
|
|
auto | begin () const |
| Returns a const iterator to the beginning.
|
|
auto | end () const |
| Returns a const iterator to the ending.
|
|
Iterable environment variables wrapper to update values.
Definition at line 16 of file environment_variables.hpp.
◆ Map
using engine::subprocess::EnvironmentVariablesUpdate::Map = std::unordered_map<std::string, std::string> |
◆ EnvironmentVariablesUpdate()
engine::subprocess::EnvironmentVariablesUpdate::EnvironmentVariablesUpdate |
( |
Map |
vars | ) |
|
|
inlineexplicit |
◆ begin() [1/2]
auto engine::subprocess::EnvironmentVariablesUpdate::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
auto engine::subprocess::EnvironmentVariablesUpdate::begin |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
auto engine::subprocess::EnvironmentVariablesUpdate::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
auto engine::subprocess::EnvironmentVariablesUpdate::end |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: