CMS 3D CMS Logo

Public Member Functions

edmplugin::PluginFactory< R *(Arg)>::PMakerBase Struct Reference

#include <PluginFactory.h>

List of all members.

Public Member Functions

virtual R * create (Arg) const =0
virtual ~PMakerBase ()

Detailed Description

template<class R, class Arg>
struct edmplugin::PluginFactory< R *(Arg)>::PMakerBase

Definition at line 91 of file PluginFactory.h.


Constructor & Destructor Documentation

template<class R , class Arg >
virtual edmplugin::PluginFactory< R *(Arg)>::PMakerBase::~PMakerBase ( ) [inline, virtual]

Definition at line 93 of file PluginFactory.h.

{}

Member Function Documentation

template<class R , class Arg >
virtual R* edmplugin::PluginFactory< R *(Arg)>::PMakerBase::create ( Arg  ) const [pure virtual]