CMS 3D CMS Logo

CopyUsingClone< T > Class Template Reference

A policy definition class for ProxyBase. More...

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

List of all members.

Public Member Functions

T * clone (const T &value)


Detailed Description

template<class T>
class CopyUsingClone< T >

A policy definition class for ProxyBase.

The reference counted object is copied using it's clone() virtual copy constructor.

Definition at line 10 of file CopyUsingClone.h.


Member Function Documentation

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

Definition at line 12 of file CopyUsingClone.h.

00012 { return value.clone();}


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