MicroModelicaCCompiler
4.5.3
|
#include <model_matrix_gen.hpp>
Public Member Functions | |
MatrixConfig (std::string cont, std::vector< std::string > n, std::vector< std::string > ac, std::vector< std::string > comp, S sel) | |
MatrixConfig (std::string cont, std::vector< std::string > n, std::vector< std::string > ac, std::vector< std::string > comp, IR::STATEMENT::AssignTerm s, UserDefMatrixExps ud, S sel) | |
MatrixConfig (std::string cont, std::vector< std::string > n, std::vector< std::string > ac, std::vector< std::string > comp, std::vector< bool > use_comp, IR::STATEMENT::AssignTerm s, UserDefMatrixExps ud, S sel) | |
MatrixConfig (std::string cont, std::vector< std::string > n, std::vector< std::string > ac, std::vector< std::string > comp, IR::STATEMENT::AssignTerm s, S sel) | |
MatrixConfig () | |
Public Attributes | |
std::string | container |
std::vector< std::string > | names |
std::vector< std::string > | access |
std::vector< std::string > | component |
IR::STATEMENT::AssignTerm | search |
S | selector |
UserDefMatrixExps | user_def |
std::vector< bool > | use_component |
Definition at line 93 of file model_matrix_gen.hpp.
|
inline |
Definition at line 95 of file model_matrix_gen.hpp.
|
inline |
Definition at line 97 of file model_matrix_gen.hpp.
|
inline |
Definition at line 100 of file model_matrix_gen.hpp.
|
inline |
Definition at line 103 of file model_matrix_gen.hpp.
|
inline |
Definition at line 106 of file model_matrix_gen.hpp.
std::vector<std::string> MicroModelica::IR::MATRIX::MatrixConfig< S >::access |
Definition at line 109 of file model_matrix_gen.hpp.
std::vector<std::string> MicroModelica::IR::MATRIX::MatrixConfig< S >::component |
Definition at line 110 of file model_matrix_gen.hpp.
std::string MicroModelica::IR::MATRIX::MatrixConfig< S >::container |
Definition at line 106 of file model_matrix_gen.hpp.
std::vector<std::string> MicroModelica::IR::MATRIX::MatrixConfig< S >::names |
Definition at line 108 of file model_matrix_gen.hpp.
IR::STATEMENT::AssignTerm MicroModelica::IR::MATRIX::MatrixConfig< S >::search |
Definition at line 111 of file model_matrix_gen.hpp.
S MicroModelica::IR::MATRIX::MatrixConfig< S >::selector |
Definition at line 112 of file model_matrix_gen.hpp.
std::vector<bool> MicroModelica::IR::MATRIX::MatrixConfig< S >::use_component |
Definition at line 114 of file model_matrix_gen.hpp.
UserDefMatrixExps MicroModelica::IR::MATRIX::MatrixConfig< S >::user_def |
Definition at line 113 of file model_matrix_gen.hpp.