Calculator
Step 2
Main Page
Classes
Files
File List
File Members
variables.hpp
Go to the documentation of this file.
1
#ifndef VARIABLES_HPP_
2
#define VARIABLES_HPP_
3
4
#include <string>
5
10
double
get_variable
(std::string
const
& name);
11
16
void
set_variable
(std::string name,
double
value);
17
18
#endif
set_variable
void set_variable(std::string name, double value)
Definition:
variables.cpp:23
get_variable
double get_variable(std::string const &name)
Definition:
variables.cpp:18
Generated by
1.8.5