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

Streamable.h

Go to the documentation of this file.
00001 #ifndef STREAMABLE_H
00002 #define STREAMABLE_H
00003 
00004 #include <string>
00005 
00006 using std::string;
00007 
00008 namespace Sct {
00009 
00015 class Streamable {
00016 public:
00023     virtual string getClassName() const throw() = 0;
00024 
00028     virtual ~Streamable() throw() {}
00029 }
00030 ;
00031 
00032 }
00033 
00034 #endif //#ifndef STREAMABLE_H

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