FACT++  1.0
void PrintHelp ( )

Definition at line 584 of file gcn.cc.

Referenced by main().

585 {
586  Main::PrintHelp<StateMachineGCN<StateMachine, ConnectionGCN>>();
587 
588  /* Additional help text which is printed after the configuration
589  options goes here */
590 
591  /*
592  cout << "bla bla bla" << endl << endl;
593  cout << endl;
594  cout << "Environment:" << endl;
595  cout << "environment" << endl;
596  cout << endl;
597  cout << "Examples:" << endl;
598  cout << "test exam" << endl;
599  cout << endl;
600  cout << "Files:" << endl;
601  cout << "files" << endl;
602  cout << endl;
603  */
604 }

+ Here is the caller graph for this function: