|
FuncSketch
|
Struct of unary expressions. More...
#include <func_sketch/expressions/unary_expression.h>
Public Attributes | |
| Expression * | target {} |
| Target expression. | |
| math::UnaryOperator | operator_object |
| Operator. | |
Struct of unary expressions.
Definition at line 32 of file unary_expression.h.
| Expression* func_sketch::expressions::UnaryExpression::target {} |
Target expression.
Definition at line 34 of file unary_expression.h.
| math::UnaryOperator func_sketch::expressions::UnaryExpression::operator_object |
Operator.
Definition at line 37 of file unary_expression.h.