#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 () | |
OrphanHandleBase (void const *iProd, ProductID const &iId) | |
void | swap (OrphanHandleBase &other) |
Additional Inherited Members | |
Protected Member Functions inherited from edm::OrphanHandleBase | |
void const * | productStorage () const |
Definition at line 39 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 48 of file OrphanHandle.h.
edm::OrphanHandle< T >::~OrphanHandle | ( | ) |
Definition at line 51 of file OrphanHandle.h.
T const & edm::OrphanHandle< T >::operator* | ( | ) | const |
Definition at line 64 of file OrphanHandle.h.
T const * edm::OrphanHandle< T >::operator-> | ( | ) | const |
Definition at line 59 of file OrphanHandle.h.
T const * edm::OrphanHandle< T >::product | ( | ) | const |
Definition at line 54 of file OrphanHandle.h.