![]() |
RobWorkProject
23.9.11-
|
Base class for PluginFactory. More...
#include <PluginFactoryBase.hpp>
Inherited by PluginFactory< T >.
Public Types | |
typedef rw::core::Ptr< PluginFactoryBase > | Ptr |
smart pointer for this class | |
Public Member Functions | |
PluginFactoryBase (const std::string &identifier) | |
Constructor. More... | |
virtual | ~PluginFactoryBase (void) |
Destructor. | |
virtual std::string | identifier () const |
Returns identifier associated with the PluginFactory. More... | |
Base class for PluginFactory.
When a PluginFactory is loaded it is stored as a PluginFactoryBase within the rw::plugin::PluginRepository.
PluginFactoryBase | ( | const std::string & | identifier | ) |
Constructor.
[in] | identifier | used to identify the plugin |
|
virtual |
Returns identifier associated with the PluginFactory.