- gazebo
- PluginT
A class which all plugins must inherit from. More...
#include <Plugin.hh>
Public Types | |
| typedef boost::shared_ptr< T > | TPtr |
Public Member Functions | |
| std::string | GetFilename () const |
| Get the name of the handler. | |
| std::string | GetHandle () const |
| Get the short name of the handler. | |
Static Public Member Functions | |
| static TPtr | Create (const std::string &_filename, const std::string &_handle) |
Protected Attributes | |
| std::string | filename |
| std::string | handle |
A class which all plugins must inherit from.
1.7.5.1