CMS 3D CMS Logo

ConstReferenceCountingPointer< T > Class Template Reference

#include <DataFormats/GeometrySurface/interface/ReferenceCounted.h>

List of all members.

Public Member Functions

 ConstReferenceCountingPointer (const ReferenceCountingPointer< T > &other)
 ConstReferenceCountingPointer ()
 ConstReferenceCountingPointer (const T *iT)


Detailed Description

template<class T>
class ConstReferenceCountingPointer< T >

Definition at line 69 of file ReferenceCounted.h.


Constructor & Destructor Documentation

template<class T>
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer ( const T *  iT  )  [inline]

Definition at line 73 of file ReferenceCounted.h.

00073 : boost::intrusive_ptr<const T>(iT) {}

template<class T>
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer (  )  [inline]

Definition at line 74 of file ReferenceCounted.h.

00074 {}

template<class T>
ConstReferenceCountingPointer< T >::ConstReferenceCountingPointer ( const ReferenceCountingPointer< T > &  other  )  [inline]

Definition at line 75 of file ReferenceCounted.h.

00075                                                                            :
00076     boost::intrusive_ptr<const T>(&(*other)) {}
};


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