![]() |
![]() |
#include <PluginFactory.h>
Public Member Functions | |
virtual R * | create () const |
PMaker (const std::string &iName) |
Definition at line 44 of file PluginFactory.h.
edmplugin::PluginFactory< R *(void)>::PMaker< TPlug >::PMaker | ( | const std::string & | iName | ) | [inline] |
Definition at line 45 of file PluginFactory.h.
{ PluginFactory<R*(void)>::get()->registerPMaker(this,iName); }
virtual R* edmplugin::PluginFactory< R *(void)>::PMaker< TPlug >::create | ( | void | ) | const [inline, virtual] |
Definition at line 48 of file PluginFactory.h.
{ return new TPlug(); }