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