33#ifndef TTA_MACHINE_CHECK_RESULTS_HH
34#define TTA_MACHINE_CHECK_RESULTS_HH
49 typedef std::pair<const MachineCheck*, std::string>
Error;
59 const std::string& errorMsg);
ErrorTable errors_
Contains the errors.
std::vector< Error > ErrorTable
Typedef for vector of errors.
Error error(int index) const
std::pair< const MachineCheck *, std::string > Error
Typedef for an error (error code + error message).
virtual ~MachineCheckResults()
void addError(const MachineCheck &check, const std::string &errorMsg)