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

TF1Streamer.h

Go to the documentation of this file.
00001 #ifndef SCTDATA_IO_TF1STREAMER_H
00002 #define SCTDATA_IO_TF1STREAMER_H
00003 
00004 #include "Sct/Streamer.h"
00005 #include "Sct/Exception.h"
00006 
00007 using namespace Sct;
00008 
00009 namespace SctData {
00010 namespace IO {
00022 class TF1Streamer : public virtual Streamer {
00023 public:
00024     //Streamer overrides
00025     virtual void write(OStream& out, const Streamable& ob, const IOManager& manager) const throw(LogicError, IoError);
00026     virtual void read(IStream& in, Streamable& ob, const IOManager& manager) const throw(LogicError, IoError);   
00027   
00031     virtual shared_ptr<Streamable> read(IStream& in, const IOManager& manager) const throw(LogicError, IoError);
00032 
00033 private:
00034     TF1Streamer() throw();
00035     static bool inMap;      //True if in IOManager map
00036 };
00037 
00038 }
00039 }
00040 #endif // #ifndef SCTDATA_IO_TF1STREAMER_H

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