MicroModelicaCCompiler  4.5.3
MicroModelica::IR::DepData Struct Reference

#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
 

Detailed Description

Definition at line 149 of file compute_deps.hpp.

Constructor & Destructor Documentation

◆ DepData() [1/2]

MicroModelica::IR::DepData::DepData ( int  id_exp,
SB::Deps::VariableDep  var_dep_exp 
)
inline

Definition at line 150 of file compute_deps.hpp.

Referenced by MicroModelica::IR::CompDef::operator()().

◆ DepData() [2/2]

MicroModelica::IR::DepData::DepData ( int  id_exp,
SB::Deps::VariableDep  var_dep_exp,
bool  from_alg_exp 
)
inline

Definition at line 151 of file compute_deps.hpp.

Member Data Documentation

◆ from_alg

bool MicroModelica::IR::DepData::from_alg

Definition at line 154 of file compute_deps.hpp.

Referenced by MicroModelica::IR::CompDef::operator()().

◆ id

int MicroModelica::IR::DepData::id

◆ var_dep

SB::Deps::VariableDep MicroModelica::IR::DepData::var_dep

The documentation for this struct was generated from the following file: