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

Definition at line 152 of file Configuration.h.

References Has().

Referenced by DoParse(), and main().

153  {
154  return Has("print-all") || Has("print") || Has("print-default") ||
155  Has("print-database") || Has("print-config") ||
156  Has("print-environment") || Has("print-unknown") ||
157  Has("print-options") || Has("print-wildcards");
158  }
bool Has(const std::string &var)

+ Here is the call graph for this function:

+ Here is the caller graph for this function: