Chisel
Report.h
Go to the documentation of this file.
1 #ifndef REPORT_H
2 #define REPORT_H
3 
5 class Report {
6 public:
7  static void print();
8 };
9 
10 #endif // REPORT_H
Prepares and pretty-prints the final report to the terminal.
Definition: Report.h:5
static void print()
Definition: Report.cpp:11