00001 #ifndef Se_Formula_Set_Included 00002 #define Se_Formula_Set_Included 00003 00004 namespace Se{ 00005 00006 //declarations 00007 00008 class Formula_Set{ 00009 public: 00010 //constructors 00011 Formula_Set(); 00012 00013 //destructor 00014 00015 //reset 00016 00017 //equals 00018 00019 //set 00020 00021 //get 00022 00023 //display 00024 00025 //operators 00026 00027 //misc 00028 00029 //friends 00030 00031 }; 00032 00033 //string operator 00034 00035 //other operators 00036 00037 } 00038 #endif
1.2.18