FACT++  1.0
void Configuration::AddEnv ( const std::string &  conf,
const std::string &  env 
)
inline
Examples:
argv.cc, and chatserv.cc.

Definition at line 111 of file Configuration.h.

References PrintOptions(), PrintUnknown(), and PrintWildcardOptions().

Referenced by Main::SetupConfiguration(), and SetupConfiguration().

112  {
113  fEnvMap[env] = conf;
114  }
std::map< std::string, std::string > fEnvMap
argv[0]
Definition: Configuration.h:21

+ Here is the call graph for this function:

+ Here is the caller graph for this function: