FACT++  1.0
std::string Configuration::DefaultMapper ( const std::string  env)
inlineprivate

Variables as compiled by the Parse-function, which will be passed to the program.

A default mapper for environment variables skipping all of them

Definition at line 44 of file Configuration.h.

Referenced by SetNameMapper().

45  {
46  return fEnvMap[env];
47  }
std::map< std::string, std::string > fEnvMap
argv[0]
Definition: Configuration.h:21

+ Here is the caller graph for this function: