RobWorkProject  23.9.11-
Public Types | Public Member Functions | List of all members
PluginFactoryBase Class Reference

Base class for PluginFactory. More...

#include <PluginFactoryBase.hpp>

Inherited by PluginFactory< T >.

Public Types

typedef rw::core::Ptr< PluginFactoryBasePtr
 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...
 

Detailed Description

Base class for PluginFactory.

When a PluginFactory is loaded it is stored as a PluginFactoryBase within the rw::plugin::PluginRepository.

Constructor & Destructor Documentation

◆ PluginFactoryBase()

PluginFactoryBase ( const std::string &  identifier)

Constructor.

Parameters
[in]identifierused to identify the plugin

Member Function Documentation

◆ identifier()

virtual std::string identifier ( ) const
virtual

Returns identifier associated with the PluginFactory.

Returns
Identifier for the plugin

The documentation for this class was generated from the following file: