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

Struct of binary expressions. More...

#include <func_sketch/expressions/binary_expression.h>

Collaboration diagram for func_sketch::expressions::BinaryExpression:

Public Attributes

Expressionleft {}
 Left-hand-side expression.
Expressionright {}
 Right-hand-side expression.
math::BinaryOperator operator_object
 Operator.

Detailed Description

Struct of binary expressions.

Definition at line 32 of file binary_expression.h.

Member Data Documentation

◆ left

Expression* func_sketch::expressions::BinaryExpression::left {}

Left-hand-side expression.

Definition at line 34 of file binary_expression.h.

◆ right

Expression* func_sketch::expressions::BinaryExpression::right {}

Right-hand-side expression.

Definition at line 37 of file binary_expression.h.

◆ operator_object

math::BinaryOperator func_sketch::expressions::BinaryExpression::operator_object

Operator.

Definition at line 40 of file binary_expression.h.


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