#include <ServiceMaker.h>
Public Member Functions | |
std::auto_ptr< T > | make (ParameterSet const &iPS, ActivityRegistry &iAR) const |
Definition at line 47 of file ServiceMaker.h.
std::auto_ptr<T> edm::serviceregistry::AllArgsMaker< T, TConcrete >::make | ( | ParameterSet const & | iPS, |
ActivityRegistry & | iAR | ||
) | const [inline] |
Definition at line 49 of file ServiceMaker.h.
{ return std::auto_ptr<T>(new TConcrete(iPS, iAR)); }