Component.h

00001 # ifndef Conjecture_Component_h
00002 # define Conjecture_Component_h Conjecture_Component_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Created by wade
00006 // Class Champion: Unassigned
00007 
00008 # include "Root.h"  // parent
00009 
00010 namespace Conjecture {
00011 
00028     class Component : public Root {
00029       public:
00030         // Constructors/Destructors
00031         Component();
00032         
00033         // Accessors
00034         
00035         // Input/Output
00036         
00037         // Miscellaneous
00038         
00039       protected:
00040         // Accessors
00041         
00042         // Methods 
00043         
00044       private: 
00045         // Accessors
00046         
00047         // Methods 
00048         
00049         // State
00050     };
00051 }
00052 
00053 # endif // Conjecture_Component_h
00054 

Generated on Thu Jun 15 19:56:09 2006 for Conjecture by  doxygen 1.4.6