#include <annotation.hpp>
Definition at line 90 of file annotation.hpp.
◆ type
| Enumerator |
|---|
| INCLUDE | |
| INCLUDE_DIRECTORY | |
| LIBRARY | |
| LIBRARY_DIRECTORY | |
| DERIVATIVE | |
Definition at line 107 of file annotation.hpp.
◆ FunctionAnnotation()
| MicroModelica::IR::FunctionAnnotation::FunctionAnnotation |
( |
| ) |
|
◆ ~FunctionAnnotation()
| MicroModelica::IR::FunctionAnnotation::~FunctionAnnotation |
( |
| ) |
|
|
default |
◆ derivative()
| string MicroModelica::IR::FunctionAnnotation::derivative |
( |
| ) |
|
◆ hasDerivative()
| bool MicroModelica::IR::FunctionAnnotation::hasDerivative |
( |
| ) |
|
◆ hasInclude()
| bool MicroModelica::IR::FunctionAnnotation::hasInclude |
( |
| ) |
|
◆ hasIncludeDirectory()
| bool MicroModelica::IR::FunctionAnnotation::hasIncludeDirectory |
( |
| ) |
|
◆ hasLibraries()
| bool MicroModelica::IR::FunctionAnnotation::hasLibraries |
( |
| ) |
|
◆ hasLibraryDirectory()
| bool MicroModelica::IR::FunctionAnnotation::hasLibraryDirectory |
( |
| ) |
|
◆ include()
| string MicroModelica::IR::FunctionAnnotation::include |
( |
| ) |
|
◆ includeDirectory()
| string MicroModelica::IR::FunctionAnnotation::includeDirectory |
( |
| ) |
|
◆ initialize()
| void MicroModelica::IR::FunctionAnnotation::initialize |
( |
| ) |
|
|
protected |
◆ insert()
| bool MicroModelica::IR::FunctionAnnotation::insert |
( |
AST_Argument_Modification |
x | ) |
|
◆ libraries()
| SymbolTable MicroModelica::IR::FunctionAnnotation::libraries |
( |
| ) |
const |
◆ libraryDirectory()
| string MicroModelica::IR::FunctionAnnotation::libraryDirectory |
( |
| ) |
|
◆ _annotations
◆ _derivative
| std::string MicroModelica::IR::FunctionAnnotation::_derivative |
|
protected |
◆ _include
| std::string MicroModelica::IR::FunctionAnnotation::_include |
|
protected |
◆ _includeDirectory
| std::string MicroModelica::IR::FunctionAnnotation::_includeDirectory |
|
protected |
◆ _libraries
◆ _libraryDirectory
| std::string MicroModelica::IR::FunctionAnnotation::_libraryDirectory |
|
protected |
The documentation for this class was generated from the following files: