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

RegO.h

Go to the documentation of this file.
00001 
00009 #ifndef __REGO_H
00010 #define __REGO_H
00011 
00012 #include "jbltools/sfh/ROListPoR.h"
00013 
00014 //  Class RegO:
00016 
00027 class RegO {
00028   public: 
00030     RegO ();
00032     RegO (const ROListPoR& rol   
00033          );
00034     
00036     virtual ~RegO ();
00037   private:
00039     RegO (const RegO& rhs);
00041     RegO& operator= (const RegO& rhs);
00042 };
00043 
00044 #endif

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