Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members | Related Pages

SFO.h

Go to the documentation of this file.
00001 
00008 #ifndef __SFO_H
00009 #define __SFO_H
00010 
00011 //  Class SFO:
00013 
00030 class SFO {
00031   public: 
00033     SFO() {}
00034     
00036     virtual ~SFO () {}
00037     
00039     virtual void Fill() = 0; 
00040   private:
00042     SFO (const SFO& rhs);
00044     SFO& operator= (const SFO& rhs);
00045 };
00046 
00047 #endif

Generated on Thu Oct 26 12:52:59 2006 for SFH by doxygen 1.3.2