#include <helpers.hpp>
Definition at line 87 of file helpers.hpp.
◆ CompiledFunction() [1/2]
MicroModelica::IR::CompiledFunction::CompiledFunction |
( |
| ) |
|
◆ CompiledFunction() [2/2]
MicroModelica::IR::CompiledFunction::CompiledFunction |
( |
std::string |
name, |
|
|
std::string |
includeDir, |
|
|
std::string |
libraryDir, |
|
|
Util::SymbolTable & |
libraries, |
|
|
std::string |
prefix = "__" |
|
) |
| |
◆ ~CompiledFunction()
MicroModelica::IR::CompiledFunction::~CompiledFunction |
( |
| ) |
|
|
default |
◆ hasIncludeDirectory()
bool MicroModelica::IR::CompiledFunction::hasIncludeDirectory |
( |
| ) |
const |
|
inline |
◆ hasLibraries()
bool MicroModelica::IR::CompiledFunction::hasLibraries |
( |
| ) |
const |
|
inline |
◆ hasLibraryDirectory()
bool MicroModelica::IR::CompiledFunction::hasLibraryDirectory |
( |
| ) |
const |
|
inline |
◆ includeDirectory()
std::string MicroModelica::IR::CompiledFunction::includeDirectory |
( |
| ) |
const |
|
inline |
◆ libraries()
◆ libraryDirectory()
std::string MicroModelica::IR::CompiledFunction::libraryDirectory |
( |
| ) |
const |
|
inline |
◆ name()
std::string MicroModelica::IR::CompiledFunction::name |
( |
| ) |
const |
|
inline |
◆ print()
string MicroModelica::IR::CompiledFunction::print |
( |
| ) |
const |
◆ prototype()
std::string MicroModelica::IR::CompiledFunction::prototype |
( |
| ) |
const |
|
inline |
◆ setArguments()
void MicroModelica::IR::CompiledFunction::setArguments |
( |
AST_ExpressionList |
arguments | ) |
|
|
inline |
◆ setOutputArguments()
void MicroModelica::IR::CompiledFunction::setOutputArguments |
( |
AST_ExpressionList |
output_arguments | ) |
|
|
inline |
◆ operator<<
◆ _arguments
AST_ExpressionList MicroModelica::IR::CompiledFunction::_arguments |
|
private |
◆ _includeDirectory
std::string MicroModelica::IR::CompiledFunction::_includeDirectory |
|
private |
◆ _libraries
◆ _libraryDirectory
std::string MicroModelica::IR::CompiledFunction::_libraryDirectory |
|
private |
◆ _name
std::string MicroModelica::IR::CompiledFunction::_name |
|
private |
◆ _output_arguments
AST_ExpressionList MicroModelica::IR::CompiledFunction::_output_arguments |
|
private |
◆ _prefix
std::string MicroModelica::IR::CompiledFunction::_prefix |
|
private |
◆ _prototype
std::string MicroModelica::IR::CompiledFunction::_prototype |
|
private |
The documentation for this class was generated from the following files: