CMS 3D CMS Logo

CopyUsingNew.h

Go to the documentation of this file.
00001 #ifndef CopyUsingNew_H
00002 #define CopyUsingNew_H
00003 
00008 template <class T>
00009 class CopyUsingNew {
00010 public:
00011   T* clone( const T& value) { return new T(value);}
00012 };
00013 
00014 #endif // CopyUsingNew_H
00015 

Generated on Tue Jun 9 17:48:35 2009 for CMSSW by  doxygen 1.5.4