The base class for all expressions. More...
#include <MP_expression.hpp>
Public Member Functions | |
| virtual double | getValue () const =0 |
| virtual int | getColumn () const =0 |
| virtual int | getStage () const =0 |
The base class for all expressions.
Definition at line 127 of file MP_expression.hpp.
| virtual int flopc::TerminalExpression::getColumn | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
Referenced by flopc::MP::GenerateFunctor::operator()().
| virtual int flopc::TerminalExpression::getStage | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
Referenced by flopc::MP::GenerateFunctor::operator()().
| virtual double flopc::TerminalExpression::getValue | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
Referenced by flopc::MP::GenerateFunctor::operator()().
1.7.1