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

Serializable.h

Go to the documentation of this file.
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 Mon Dec 15 19:36:17 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3