#include <TestHandle.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T const & | operator* () const |
T const * | operator-> () const |
T const * | product () const |
TestHandle () | |
TestHandle (T const *prod, ProductID const &id) | |
~TestHandle () | |
Public Member Functions inherited from edm::OrphanHandleBase | |
void | clear () |
ProductID | id () const |
bool | isValid () const |
OrphanHandleBase & | operator= (OrphanHandleBase const &rhs) |
OrphanHandleBase () | |
OrphanHandleBase (void const *iProd, ProductID const &iId) | |
void | swap (OrphanHandleBase &other) |
~OrphanHandleBase () | |
Additional Inherited Members | |
Protected Member Functions inherited from edm::OrphanHandleBase | |
void const * | productStorage () const |
Definition at line 29 of file TestHandle.h.
typedef T edm::TestHandle< T >::element_type |
Definition at line 31 of file TestHandle.h.
edm::TestHandle< T >::TestHandle | ( | ) |
Definition at line 48 of file TestHandle.h.
edm::TestHandle< T >::TestHandle | ( | T const * | prod, |
ProductID const & | id | ||
) |
Definition at line 52 of file TestHandle.h.
edm::TestHandle< T >::~TestHandle | ( | ) |
Definition at line 56 of file TestHandle.h.
T const & edm::TestHandle< T >::operator* | ( | ) | const |
Definition at line 72 of file TestHandle.h.
T const * edm::TestHandle< T >::operator-> | ( | ) | const |
Definition at line 66 of file TestHandle.h.
T const * edm::TestHandle< T >::product | ( | ) | const |
Definition at line 60 of file TestHandle.h.
References compareJSON::const.
Referenced by edm::Ref< C, T, F >::Ref(), and edm::RefProd< reco::CastorEgammaCollection >::RefProd().