FuncSketch
Loading...
Searching...
No Matches
func_sketch::parser::ParsedUnaryExpression Struct Reference

Struct of parsed unary expressions. More...

#include <func_sketch/parser/parsed_expression.h>

Collaboration diagram for func_sketch::parser::ParsedUnaryExpression:

Public Attributes

std::string operator_str
 Operator.
ParsedExpression operand
 Operand.

Detailed Description

Struct of parsed unary expressions.

Definition at line 73 of file parsed_expression.h.

Member Data Documentation

◆ operator_str

std::string func_sketch::parser::ParsedUnaryExpression::operator_str

Operator.

Definition at line 75 of file parsed_expression.h.

◆ operand

ParsedExpression func_sketch::parser::ParsedUnaryExpression::operand

Operand.

Definition at line 78 of file parsed_expression.h.


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