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