XML parser.
More...
#include <xml_file.hpp>
Can be used for parsing XML files into CasADi data structures.
- Author
- Joel Andersson
- Date
- 2014
Extra doc: https://github.com/casadi/casadi/wiki/L_7k
Definition at line 47 of file xml_file.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...
|
|
◆ XmlFile() [1/2]
casadi::XmlFile::XmlFile |
( |
| ) |
|
◆ XmlFile() [2/2]
casadi::XmlFile::XmlFile |
( |
const std::string & |
name | ) |
|
◆ ~XmlFile()
casadi::XmlFile::~XmlFile |
( |
| ) |
|
◆ __hash__()
casadi_int casadi::SharedObject::__hash__ |
( |
| ) |
const |
|
inherited |
◆ class_name()
std::string casadi::SharedObject::class_name |
( |
| ) |
const |
|
inherited |
◆ disp()
void casadi::SharedObject::disp |
( |
std::ostream & |
stream, |
|
|
bool |
more = false |
|
) |
| const |
|
inherited |
◆ doc()
static std::string casadi::XmlFile::doc |
( |
const std::string & |
name | ) |
|
|
static |
◆ get_str()
std::string casadi::SharedObject::get_str |
( |
bool |
more = false | ) |
const |
|
inlineinherited |
◆ is_null()
bool casadi::SharedObject::is_null |
( |
| ) |
const |
|
inherited |
◆ load_plugin()
static void casadi::XmlFile::load_plugin |
( |
const std::string & |
name | ) |
|
|
static |
◆ type_name()
static std::string casadi::XmlFile::type_name |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: