00001 # ifndef Conjecture_Root_h
00002 # define Conjecture_Root_h Conjecture_Root_h
00003
00004
00005
00006
00007
00008
00009
00010
00011 #define DBG(lvl,code) if (debug>=(lvl)) { cerr << code << endl; }
00012
00013 namespace Conjecture {
00025
00026
00027
00028
00029
00030
00031
00032
00033 typedef unsigned char uint8_t;
00034 typedef unsigned short uint16_t;
00035 typedef unsigned int uint32_t;
00036
00037 typedef uint8_t u1;
00038 typedef uint16_t u2;
00039 typedef uint32_t u4;
00040
00041 class Root {
00042 public:
00043
00044 Root();
00045
00046
00047
00048
00049
00050
00051
00052 protected:
00053
00054
00055
00056
00057 private:
00058
00059
00060
00061
00062
00063 };
00064 };
00065
00066 # endif // Conjecture_Root_h
00067