FACT++  1.0
void Configuration::SetPrintUsage ( )

Definition at line 850 of file Configuration.cc.

References fPrintUsage, fPrintVersion, PrintUsage(), and SetPrintVersion().

Referenced by AddOptions(), and SetNameMapper().

851 {
852  fPrintUsage = bind(&Configuration::PrintUsage, this);
853 }
std::function< void()> fPrintUsage
Definition: Configuration.h:51
virtual void PrintUsage() const
Definition: Configuration.h:74

+ Here is the call graph for this function:

+ Here is the caller graph for this function: