#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 38 of file PtrVector.h.
|
inline |
Definition at line 40 of file PtrVector.h.
|
inline |
Definition at line 42 of file PtrVector.h.
References edm::PtrHolder< T >::ptr_.
Referenced by edm::PtrVectorItr< T >::operator->().
|
inline |
Definition at line 45 of file PtrVector.h.
References edm::PtrHolder< T >::ptr_.
|
private |
Definition at line 49 of file PtrVector.h.
Referenced by edm::PtrHolder< T >::operator*(), and edm::PtrHolder< T >::operator->().