#include <userver/engine/subprocess/environment_variables.hpp>
Iterable environment variables wrapper to update values.
Definition at line 16 of file environment_variables.hpp.
Public Types | |
| using | Map = std::unordered_map<std::string, std::string> |
Public Member Functions | |
| 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. | |
| using engine::subprocess::EnvironmentVariablesUpdate::Map = std::unordered_map<std::string, std::string> |
Definition at line 18 of file environment_variables.hpp.
|
inlineexplicit |
Constructs a wrapper from a map.
Definition at line 21 of file environment_variables.hpp.
|
inline |
Returns a non const iterator to the beginning.
Definition at line 24 of file environment_variables.hpp.
|
inline |
Returns a const iterator to the beginning.
Definition at line 30 of file environment_variables.hpp.
|
inline |
Returns a non const iterator to the ending.
Definition at line 27 of file environment_variables.hpp.
|
inline |
Returns a const iterator to the ending.
Definition at line 33 of file environment_variables.hpp.