|
FuncSketch
|
Struct of binary expressions. More...
#include <func_sketch/expressions/binary_expression.h>
Public Attributes | |
| Expression * | left {} |
| Left-hand-side expression. | |
| Expression * | right {} |
| Right-hand-side expression. | |
| math::BinaryOperator | operator_object |
| Operator. | |
Struct of binary expressions.
Definition at line 32 of file binary_expression.h.
| Expression* func_sketch::expressions::BinaryExpression::left {} |
Left-hand-side expression.
Definition at line 34 of file binary_expression.h.
| Expression* func_sketch::expressions::BinaryExpression::right {} |
Right-hand-side expression.
Definition at line 37 of file binary_expression.h.
| math::BinaryOperator func_sketch::expressions::BinaryExpression::operator_object |
Operator.
Definition at line 40 of file binary_expression.h.