FACT++  1.0
bool Configuration::HasHelp ( )
inline
Examples:
argv.cc.

Definition at line 147 of file Configuration.h.

References Has().

Referenced by DoParse(), and main().

148  {
149  return Has("help") || Has("help-config") || Has("help-env") || Has("help-database");
150  }
bool Has(const std::string &var)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: