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

Struct of function call expressions. More...

#include <func_sketch/expressions/function_call_expression.h>

Collaboration diagram for func_sketch::expressions::FunctionCallExpression:

Public Attributes

std::vector< Expression * > arguments
 Arguments.
math::MathFunction function
 Function.

Detailed Description

Struct of function call expressions.

Definition at line 34 of file function_call_expression.h.

Member Data Documentation

◆ arguments

std::vector<Expression*> func_sketch::expressions::FunctionCallExpression::arguments

Arguments.

Definition at line 36 of file function_call_expression.h.

◆ function

math::MathFunction func_sketch::expressions::FunctionCallExpression::function

Function.

Definition at line 39 of file function_call_expression.h.


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