|
FuncSketch
|
Struct of function call expressions. More...
#include <func_sketch/expressions/function_call_expression.h>
Public Attributes | |
| std::vector< Expression * > | arguments |
| Arguments. | |
| math::MathFunction | function |
| Function. | |
Struct of function call expressions.
Definition at line 34 of file function_call_expression.h.
| std::vector<Expression*> func_sketch::expressions::FunctionCallExpression::arguments |
Arguments.
Definition at line 36 of file function_call_expression.h.
| math::MathFunction func_sketch::expressions::FunctionCallExpression::function |
Function.
Definition at line 39 of file function_call_expression.h.