Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

TrimRangeSummaryWriter.h

Go to the documentation of this file.
00001 #ifndef SCTDATA_TRIMRANGE_SUMMARYWRITER_H
00002 #define SCTDATA_TRIMRANGE_SUMMARYWRITER_H
00003 
00004 #include "SummaryWriter.h"
00005 
00006 namespace SctData {
00007     class TrimRangeTestResult;
00008     namespace TestSummary{
00013     class TrimRangeSummaryWriter : public SummaryWriter {
00014     public:
00016         virtual void write(const TestResult& t, ostream& os) const throw(Sct::IoError, Sct::LogicError);
00017     private:
00018         static bool inMap;
00019     };
00020     }
00021 }
00022 #endif //#ifndef SCTDATA_TRIMRANGE_SUMMARYWRITER_H

Generated on Mon Dec 15 19:36:22 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3