variables.hpp

Go to the documentation of this file.
00001 #ifndef VARIABLES_HPP_
00002 #define VARIABLES_HPP_
00003 
00004 #include <string>
00005 
00010 double get_variable(std::string const& name);
00011 
00016 void set_variable(std::string const& name, double value);
00017 
00018 #endif

Generated on Sun Nov 30 10:04:49 2008 for Calculator by  doxygen 1.5.3