19 #ifndef checkersReportH
20 #define checkersReportH
33 int getActiveCheckersCount();
34 int getAllCheckersCount();
36 std::string getReport(
const std::string& criticalErrors)
const;
44 int mActiveCheckersCount = 0;
45 int mAllCheckersCount = 0;
const Settings & mSettings
const std::set< std::string > & mActiveCheckers
This is just a container for general settings so that we don't need to pass individual values to func...