|
mupp 1.1.0
|
Represents a function call with a single argument. More...
#include <PAst.hpp>

Public Attributes | |
| funid | func_id |
| The function identifier. | |
| expression | arg |
| The argument expression. | |
Represents a function call with a single argument.
Examples: sin($x), sqrt($y), abs($z)
| expression mupp::ast::function::arg |
| funid mupp::ast::function::func_id |