System.h

00001 # ifndef Conjecture_System_h
00002 # define Conjecture_System_h Conjecture_System_h
00003 
00004 // Insert SVN header substitution variable here
00005 // Class Champion: Unassigned
00006 
00007 # include "Root.h"  // parent
00008 
00009 namespace Conjecture {
00010 
00019   class System : public Root {
00020   public:
00021     // Constructors/Destructors
00022     System();
00023 
00024     // Accessors
00025     
00026     // Input/Output
00027     
00028     // Interface
00029 
00041     static bool Mkdir(const std::string& dirpath);
00042 
00055     static bool Mkpath(const std::string& filepath);
00056 
00065     static bool ShellCommand(const std::string& command);
00066 
00067   protected:
00068     // Accessors
00069     
00070     // Methods 
00071     
00072   private: 
00073     // Accessors
00074     
00075     // Methods 
00076 
00077     // State
00078   };
00079 }
00080 
00081 # endif // Conjecture_System_h
00082 

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