FuncSketch
Loading...
Searching...
No Matches
func_sketch::expressions::UnaryExpression Struct Reference

Struct of unary expressions. More...

#include <func_sketch/expressions/unary_expression.h>

Collaboration diagram for func_sketch::expressions::UnaryExpression:

Public Attributes

Expressiontarget {}
 Target expression.
math::UnaryOperator operator_object
 Operator.

Detailed Description

Struct of unary expressions.

Definition at line 32 of file unary_expression.h.

Member Data Documentation

◆ target

Expression* func_sketch::expressions::UnaryExpression::target {}

Target expression.

Definition at line 34 of file unary_expression.h.

◆ operator_object

math::UnaryOperator func_sketch::expressions::UnaryExpression::operator_object

Operator.

Definition at line 37 of file unary_expression.h.


The documentation for this struct was generated from the following file: