|
FuncSketch
|
Struct of parsed binary expressions. More...
#include <func_sketch/parser/parsed_expression.h>
Public Attributes | |
| std::string | operator_str |
| Operator. | |
| ParsedExpression | left_operand |
| Left operand. | |
| ParsedExpression | right_operand |
| Right operand. | |
Struct of parsed binary expressions.
Definition at line 84 of file parsed_expression.h.
| std::string func_sketch::parser::ParsedBinaryExpression::operator_str |
Operator.
Definition at line 86 of file parsed_expression.h.
| ParsedExpression func_sketch::parser::ParsedBinaryExpression::left_operand |
Left operand.
Definition at line 89 of file parsed_expression.h.
| ParsedExpression func_sketch::parser::ParsedBinaryExpression::right_operand |
Right operand.
Definition at line 92 of file parsed_expression.h.