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 double flopc::TerminalExpression::getValue | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
| virtual int flopc::TerminalExpression::getColumn | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
| virtual int flopc::TerminalExpression::getStage | ( | ) | const [pure virtual] |
Implemented in flopc::VariableRef.
1.6.1