|
MicroModelicaCCompiler
4.5.3
|
#include <helpers.hpp>
Public Member Functions | |
| ExternalFunction () | |
| ExternalFunction (std::string lvalue, std::string name, AST_ExpressionList args) | |
| ~ExternalFunction ()=default | |
Private Attributes | |
| std::string | _lvalue |
| std::string | _name |
| AST_ExpressionList | _args |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const ExternalFunction &e) |
@breif Wrapper to external function calls inside function or model definitions.
Definition at line 72 of file helpers.hpp.
|
inline |
Definition at line 91 of file helpers.hpp.
| MicroModelica::IR::ExternalFunction::ExternalFunction | ( | std::string | lvalue, |
| std::string | name, | ||
| AST_ExpressionList | args | ||
| ) |
|
default |
|
friend |
Definition at line 61 of file helpers.cpp.
|
private |
Definition at line 99 of file helpers.hpp.
|
private |
Definition at line 97 of file helpers.hpp.
|
private |
Definition at line 98 of file helpers.hpp.