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