7#ifndef ENV_VAR_WRAPPER_H
8#define ENV_VAR_WRAPPER_H
41 void setValue(
const std::string value =
"");
49 std::string original_value_;
EnvVarWrapper(const std::string &name)
Constructor.
void setValue(const std::string value="")
Sets the current value of the env variable.
~EnvVarWrapper()
Destructor.
std::string getOriginalValue() const
Fetches the original value of the env variable.
std::string getValue() const
Fetches the current value of the env variable.
Defines the logger used by the top-level component of kea-lfc.