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

Serializable.h

00001 #ifndef SERIALIZABLE_H
00002 #define SERIALIZABLE_H
00003 
00004 #include <string>
00005 #include "Streamable.h"
00006 
00007 using std::string;
00008 
00009 namespace Sct {
00010 
00015 class Serializable : public virtual Streamable {
00016 public:
00017 
00024     virtual string getUniqueID() const = 0;
00025 
00026     virtual ~Serializable() throw() {}
00027 }
00028 ;
00029 
00030 }
00031 
00032 #endif //#ifndef SERIALIZABLE_H

Generated on Tue Dec 9 10:07:50 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3