CMS 3D CMS Logo

CopyUsingNew< T > Class Template Reference

A policy definition class for ProxyBase. More...

#include <TrackingTools/TrajectoryState/interface/CopyUsingNew.h>

List of all members.

Public Member Functions

T * clone (const T &value)


Detailed Description

template<class T>
class CopyUsingNew< T >

A policy definition class for ProxyBase.

The reference counted object is copied using "new".

Definition at line 9 of file CopyUsingNew.h.


Member Function Documentation

template<class T>
T* CopyUsingNew< T >::clone ( const T &  value  )  [inline]

Definition at line 11 of file CopyUsingNew.h.

00011 { return new T(value);}


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:16:49 2009 for CMSSW by  doxygen 1.5.4