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

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 Fri Dec 16 19:38:14 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5