Chisel
Main Page
Classes
Files
File List
File Members
chisel
include
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
Report
Prepares and pretty-prints the final report to the terminal.
Definition:
Report.h:5
Report::print
static void print()
Definition:
Report.cpp:11
Generated by
1.8.11