SomeClass.h

00001 # ifndef Conjecture_SomeClass_h
00002 # define Conjecture_SomeClass_h Conjecture_SomeClass_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Created <CreateDate/> by <Creator/>
00006 //
00007 // Class Champion: Unassigned
00008 
00009 # include "Root.h"  // parent
00010 
00011 namespace Conjecture {
00012     
00020     class SomeClass : public Root {
00021       public:
00022         // Constructors/Destructors
00023         SomeClass();
00024         
00025         // Interface
00026         static void Test(int argc = 0, const char* argv[] = NULL);
00027         
00028         // Accessors
00029       protected:
00030         // Methods 
00031 
00032         // Accessors
00033       private: 
00034         // Methods 
00035 
00036         // Accessors
00037         
00038         // State
00039     };
00040 }
00041 
00042 # endif // Conjecture_SomeClass_h
00043 

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