Definition at line 759 of file Configuration.cc.
References fUnknownCommandline, fUnknownConfigfile, fUnknownDatabase, and fUnknownEnvironment.
Referenced by AddEnv(), Max(), and Parse().
763 cout <<
"Unknown commandline options:" << endl;
769 cout <<
"Unknown options in configfile:" << endl;
775 cout <<
"Unknown environment variables:" << endl;
781 cout <<
"Unknown database entry:" << endl;
std::vector< std::string > fUnknownDatabase
Storage container for unrecognized options from the environment.
void PrintUnknown() const
std::vector< std::string > fUnknownCommandline
Description of positional command-line options (arguments)
std::vector< std::string > fUnknownConfigfile
Storage container for unrecognized commandline options.
std::vector< std::string > fUnknownEnvironment
Storage container for unrecognized options from configuration files.