36 #ifndef ABSTRACTFILECOMPARISON_HPP_
37 #define ABSTRACTFILECOMPARISON_HPP_
40 #include "FileFinder.hpp"
41 #include "OutputFileHandler.hpp"
62 bool calledCollectively,
82 std::string fileName2,
83 bool calledCollectively,
149 for (
unsigned line_number=0; line_number<numLinesToSkip; line_number++)
152 mpFile1->getline(buffer, 1024);
153 mpFile2->getline(buffer, 1024);
209 #endif // ABSTRACTFILECOMPARISON_HPP_
AbstractFileComparison(std::string fileName1, std::string fileName2, bool calledCollectively, bool suppressOutput)
virtual ~AbstractFileComparison()
void SkipHeaderLines(unsigned numLinesToSkip)
#define EXCEPTION(message)
AbstractFileComparison(const FileFinder &rFileFinder1, const FileFinder &rFileFinder2, bool calledCollectively, bool suppressOutput)