OpeSummaryTool.h

00001 #ifndef SCTDATA_OPE_SUMMARYTOOL_H
00002 #define SCTDATA_OPE_SUMMARYTOOL_H
00003 #include "Sct/Serializable.h"
00004 #include <iostream>
00005 
00006 namespace SctData { 
00007     namespace TestSummary{
00008       class OpeTestResult;
00013     class OpeSummaryTool {
00014     public:
00016         virtual void write(const Sct::Serializable& t, std::ostream& os) const;
00017     };
00018     }
00019 }
00020 
00021 #endif //#ifndef SCTDATA_OPE_SUMMARYTOOL_H

Generated on Mon Feb 6 14:01:24 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6