mupp 1.1.0
Loading...
Searching...
No Matches
mupp::ast::function Struct Reference

Represents a function call with a single argument. More...

#include <PAst.hpp>

Collaboration diagram for mupp::ast::function:

Public Attributes

funid func_id
 The function identifier.
 
expression arg
 The argument expression.
 

Detailed Description

Represents a function call with a single argument.

Examples: sin($x), sqrt($y), abs($z)

Definition at line 208 of file PAst.hpp.

Member Data Documentation

◆ arg

expression mupp::ast::function::arg

The argument expression.

Definition at line 211 of file PAst.hpp.

◆ func_id

funid mupp::ast::function::func_id

The function identifier.

Definition at line 210 of file PAst.hpp.


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