#include <EDProductfwd.h>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T const & | operator* () const |
T const * | operator-> () const |
OrphanHandle () | |
OrphanHandle (T const *prod, ProductID const &id) | |
T const * | product () const |
~OrphanHandle () | |
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 31 of file EDProductfwd.h.
typedef T edm::OrphanHandle< T >::element_type |
Definition at line 28 of file OrphanHandle.h.
edm::OrphanHandle< T >::OrphanHandle | ( | ) |
Definition at line 45 of file OrphanHandle.h.
edm::OrphanHandle< T >::OrphanHandle | ( | T const * | prod, |
ProductID const & | id | ||
) |
Definition at line 49 of file OrphanHandle.h.
edm::OrphanHandle< T >::~OrphanHandle | ( | ) |
Definition at line 53 of file OrphanHandle.h.
T const & edm::OrphanHandle< T >::operator* | ( | ) | const |
Definition at line 69 of file OrphanHandle.h.
T const * edm::OrphanHandle< T >::operator-> | ( | ) | const |
Definition at line 63 of file OrphanHandle.h.
T const * edm::OrphanHandle< T >::product | ( | ) | const |
Definition at line 57 of file OrphanHandle.h.
References compareJSON::const.
Referenced by edm::Ref< C, T, F >::Ref(), and edm::RefProd< TrackingRecHitCollection >::RefProd().