MicroModelicaCCompiler
4.5.3
|
#include <helpers.hpp>
Public Member Functions | |
Input () | |
Input (Index idx, Option< Range > range, int id) | |
~Input () | |
std::string | print () const |
std::string | macro () const |
Private Member Functions | |
std::string | token () const |
Private Attributes | |
Index | _idx |
Option< Range > | _range |
int | _id |
Friends | |
std::ostream & | operator<< (std::ostream &out, const Input &i) |
Definition at line 179 of file helpers.hpp.
|
inline |
Definition at line 181 of file helpers.hpp.
Definition at line 469 of file helpers.cpp.
|
inline |
Definition at line 183 of file helpers.hpp.
string MicroModelica::IR::Input::macro | ( | ) | const |
Definition at line 494 of file helpers.cpp.
string MicroModelica::IR::Input::print | ( | ) | const |
Definition at line 471 of file helpers.cpp.
References _id.
|
private |
Definition at line 487 of file helpers.cpp.
Referenced by MicroModelica::IR::FunctionPrinter::jacMacrosAccess().
|
friend |
Definition at line 500 of file helpers.cpp.
|
private |
Definition at line 192 of file helpers.hpp.
Referenced by MicroModelica::IR::FunctionPrinter::jacMacrosAccess(), and print().
|
private |
Definition at line 190 of file helpers.hpp.
Referenced by MicroModelica::IR::FunctionPrinter::jacMacrosAccess().
Definition at line 191 of file helpers.hpp.
Referenced by MicroModelica::IR::FunctionPrinter::jacMacrosAccess().