Modelica parser.
More...
#include <modelica_parser.hpp>
Can be used for parsing Modelica files into CasADi data structures.
- Author
- Joris Gillis
- Date
- 2026
Extra doc: https://github.com/casadi/casadi/wiki/L_2j3
Definition at line 46 of file modelica_parser.hpp.
|
| static std::string | type_name () |
| | Get type name. More...
|
| |
| static void | load_plugin (const std::string &name) |
| | Load a plugin dynamically. More...
|
| |
| static std::string | doc (const std::string &name) |
| | Get solver specific documentation. More...
|
| |
◆ base_type
◆ internal_base_type
◆ ModelicaParser() [1/2]
| casadi::ModelicaParser::ModelicaParser |
( |
| ) |
|
◆ ModelicaParser() [2/2]
| casadi::ModelicaParser::ModelicaParser |
( |
const std::string & |
name | ) |
|
◆ ~ModelicaParser()
| casadi::ModelicaParser::~ModelicaParser |
( |
| ) |
|
◆ __hash__()
◆ class_name()
| std::string casadi::SharedObject::class_name |
( |
| ) |
const |
|
inherited |
◆ debug_repr()
◆ disp()
| void casadi::SharedObject::disp |
( |
std::ostream & |
stream, |
|
|
bool |
more = false |
|
) |
| const |
|
inherited |
◆ doc()
| static std::string casadi::ModelicaParser::doc |
( |
const std::string & |
name | ) |
|
|
static |
◆ get_str()
| std::string casadi::SharedObject::get_str |
( |
bool |
more = false | ) |
const |
|
inlineinherited |
◆ is_null()
◆ load_plugin()
| static void casadi::ModelicaParser::load_plugin |
( |
const std::string & |
name | ) |
|
|
static |
◆ parse()
| void casadi::ModelicaParser::parse |
( |
const std::string & |
filename, |
|
|
const std::string & |
output_dir |
|
) |
| |
◆ type_name()
| static std::string casadi::ModelicaParser::type_name |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: