FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<class T >
void Main::PrintHelp
(
)
Definition at line
65
of file
Main.h
.
References
Dim::Setup()
.
66
{
67
Dim::Setup
();
68
69
ofstream fout(
"/dev/null"
);
70
71
T io_service(fout);
72
73
io_service.PrintListOfStates(cout);
74
cout <<
"\nList of available commands:\n"
;
75
io_service.PrintListOfEvents(cout);
76
cout <<
"\n"
;
77
}
Dim::Setup
void Setup(const std::string &dns="", const std::string &host="")
Definition:
DimSetup.cc:160
Here is the call graph for this function:
Main
Generated on Sun Sep 18 2016 20:51:06 for FACT++ by
1.8.11