|
MicroModelicaCCompiler
4.5.3
|
#include <compute_deps.hpp>
Public Member Functions | |
| DepData (int id_exp, SB::Deps::VariableDep var_dep_exp) | |
| DepData (int id_exp, SB::Deps::VariableDep var_dep_exp, bool from_alg_exp) | |
Public Attributes | |
| int | id |
| SB::Deps::VariableDep | var_dep |
| bool | from_alg |
Definition at line 149 of file compute_deps.hpp.
|
inline |
Definition at line 150 of file compute_deps.hpp.
Referenced by MicroModelica::IR::CompDef::operator()().
|
inline |
Definition at line 151 of file compute_deps.hpp.
| bool MicroModelica::IR::DepData::from_alg |
Definition at line 154 of file compute_deps.hpp.
Referenced by MicroModelica::IR::CompDef::operator()().
| int MicroModelica::IR::DepData::id |
Definition at line 152 of file compute_deps.hpp.
Referenced by MicroModelica::IR::getUseExp(), and MicroModelica::IR::CompDef::operator()().
| SB::Deps::VariableDep MicroModelica::IR::DepData::var_dep |
Definition at line 153 of file compute_deps.hpp.
Referenced by MicroModelica::IR::getUseExp(), and MicroModelica::IR::CompDef::operator()().