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

NMaskSummaryWriter.h

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

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