MicroModelicaCCompiler
4.5.3
|
#include <reduction_functions.hpp>
Public Member Functions | |
ReductionFunctions (AST_Expression expression, Util::Variable lhs) | |
bool | hasReductionFunctions () |
list< T > | code () |
list< Util::Variable > | variables () |
AST_Expression | apply () |
Protected Member Functions | |
void | insertCode (list< T > code, list< Util::Variable > variables) |
Protected Attributes | |
bool | _has_reduction_function |
AST_Expression | _expression |
list< T > | _code |
list< Util::Variable > | _variables |
Util::Variable | _lhs |
Definition at line 69 of file reduction_functions.hpp.
|
inline |
Definition at line 88 of file reduction_functions.hpp.
|
inline |
Definition at line 97 of file reduction_functions.hpp.
|
inline |
Definition at line 93 of file reduction_functions.hpp.
|
inline |
Definition at line 91 of file reduction_functions.hpp.
|
inlineprotected |
Definition at line 113 of file reduction_functions.hpp.
|
inline |
Definition at line 95 of file reduction_functions.hpp.
|
protected |
Definition at line 121 of file reduction_functions.hpp.
|
protected |
Definition at line 120 of file reduction_functions.hpp.
|
protected |
Definition at line 119 of file reduction_functions.hpp.
|
protected |
Definition at line 123 of file reduction_functions.hpp.
|
protected |
Definition at line 122 of file reduction_functions.hpp.