26 #ifndef CASADI_FILESYSTEM_HPP
27 #define CASADI_FILESYSTEM_HPP
29 #include <casadi/core/casadi_export.h>
void load_filesystem(const std::string &name)
Explicitly load a plugin dynamically.
bool has_filesystem(const std::string &name)
Check if a particular plugin is available.
std::string doc_filesystem(const std::string &name)
Get the documentation string for a plugin.