Fields. More...
#include <plugin_interface.hpp>
Definition at line 59 of file plugin_interface.hpp.
Public Member Functions | |
Plugin () | |
Public Attributes | |
Derived::Creator | creator |
const char * | name |
const char * | doc |
int | version |
Derived::Exposed | exposed |
const Options * | options |
Deserialize | deserialize |
|
inline |
Definition at line 68 of file plugin_interface.hpp.
Derived::Creator casadi::PluginInterface< Derived >::Plugin::creator |
Definition at line 60 of file plugin_interface.hpp.
Deserialize casadi::PluginInterface< Derived >::Plugin::deserialize |
Definition at line 66 of file plugin_interface.hpp.
const char* casadi::PluginInterface< Derived >::Plugin::doc |
Definition at line 62 of file plugin_interface.hpp.
Derived::Exposed casadi::PluginInterface< Derived >::Plugin::exposed |
Definition at line 64 of file plugin_interface.hpp.
const char* casadi::PluginInterface< Derived >::Plugin::name |
Definition at line 61 of file plugin_interface.hpp.
Referenced by casadi::PluginInterface< Derived >::registerPlugin().
const Options* casadi::PluginInterface< Derived >::Plugin::options |
Definition at line 65 of file plugin_interface.hpp.
int casadi::PluginInterface< Derived >::Plugin::version |
Definition at line 63 of file plugin_interface.hpp.