FACT++  1.0
void Configuration::SetNameMapper ( )

Definition at line 840 of file Configuration.cc.

References DefaultMapper(), fNameMapper, fPrintUsage, and SetPrintUsage().

Referenced by AddOptions(), and SetArgumentPositions().

841 {
842  fNameMapper = bind1st(mem_fun(&Configuration::DefaultMapper), this);
843 }
std::function< std::string(std::string)> fNameMapper
Pointer to the mapper function for environment variables.
Definition: Configuration.h:50
std::string DefaultMapper(const std::string env)
Variables as compiled by the Parse-function, which will be passed to the program. ...
Definition: Configuration.h:44

+ Here is the call graph for this function:

+ Here is the caller graph for this function: