|
FuncSketch
|
Struct of parsed unary expressions. More...
#include <func_sketch/parser/parsed_expression.h>
Public Attributes | |
| std::string | operator_str |
| Operator. | |
| ParsedExpression | operand |
| Operand. | |
Struct of parsed unary expressions.
Definition at line 73 of file parsed_expression.h.
| std::string func_sketch::parser::ParsedUnaryExpression::operator_str |
Operator.
Definition at line 75 of file parsed_expression.h.
| ParsedExpression func_sketch::parser::ParsedUnaryExpression::operand |
Operand.
Definition at line 78 of file parsed_expression.h.