Definition at line 251 of file Expression.hpp.
◆ BinOpNode()
gnsstk::Expression::BinOpNode::BinOpNode |
( |
const std::string & |
theOp, |
|
|
ExpNode * |
theLeft, |
|
|
ExpNode * |
theRight |
|
) |
| |
|
inline |
◆ getValue()
double gnsstk::Expression::BinOpNode::getValue |
( |
| ) |
|
|
virtual |
◆ print()
std::ostream & gnsstk::Expression::BinOpNode::print |
( |
std::ostream & |
ostr | ) |
|
|
virtual |
◆ left
ExpNode* gnsstk::Expression::BinOpNode::left |
◆ op
std::string gnsstk::Expression::BinOpNode::op |
◆ right
ExpNode* gnsstk::Expression::BinOpNode::right |
The documentation for this class was generated from the following files: