FACT++  1.0
void Configuration::SetPrintVersion ( )

Definition at line 860 of file Configuration.cc.

References fPrintVersion.

Referenced by AddOptions(), and SetPrintUsage().

861 {
862  fPrintVersion = function<void(const string&)>();
863 }
std::function< void(const std::string &)> fPrintVersion
Definition: Configuration.h:52

+ Here is the caller graph for this function: