CernVM-FS
2.12.0
|
#include <options.h>
Public Attributes | |
std::string | value |
std::string | source |
The ConfigValue structure contains a concrete value of a variable, as well as the source (complete path) of the config file where it was obtained
std::string OptionsManager::ConfigValue::source |
Definition at line 202 of file options.h.
Referenced by BashOptionsManager::ParsePath(), OptionsManager::SetValue(), and SimpleOptionsParser::TryParsePath().
std::string OptionsManager::ConfigValue::value |
Definition at line 201 of file options.h.
Referenced by BashOptionsManager::ParsePath(), OptionsManager::ParseValue(), OptionsManager::PopulateParameter(), OptionsManager::SetValue(), SimpleOptionsParser::TryParsePath(), and OptionsManager::UpdateEnvironment().