#include <PtrVector.h>
Public Member Functions | |
Ptr< T > const & | operator* () const |
Ptr< T > const * | operator-> () const |
PtrHolder (Ptr< T > const &iPtr) | |
Private Attributes | |
Ptr< T > | ptr_ |
Definition at line 36 of file PtrVector.h.
edm::PtrHolder< T >::PtrHolder | ( | Ptr< T > const & | iPtr | ) | [inline] |
Definition at line 38 of file PtrVector.h.
: ptr_(iPtr) {}
Ptr<T> const& edm::PtrHolder< T >::operator* | ( | ) | const [inline] |
Ptr<T> const* edm::PtrHolder< T >::operator-> | ( | ) | const [inline] |
Ptr<T> edm::PtrHolder< T >::ptr_ [private] |
Definition at line 47 of file PtrVector.h.
Referenced by edm::PtrHolder< T >::operator*(), and edm::PtrHolder< T >::operator->().