#include <ESTransientHandle.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
ESTransientHandle () | |
ESTransientHandle (T const *iData) | |
ESTransientHandle (T const *iData, edm::eventsetup::ComponentDescription const *desc) | |
T const & | operator* () const |
T const * | operator-> () const |
T const * | product () const |
Public Member Functions inherited from edm::ESHandleBase | |
edm::eventsetup::ComponentDescription const * | description () const |
ESHandleBase () | |
ESHandleBase (void const *iData, edm::eventsetup::ComponentDescription const *desc) | |
bool | isValid () const |
void | swap (ESHandleBase &iOther) |
Static Public Attributes | |
static const bool | transientAccessOnly = true |
Additional Inherited Members | |
Protected Member Functions inherited from edm::ESHandleBase | |
void const * | productStorage () const |
Definition at line 39 of file ESTransientHandle.h.
typedef T edm::ESTransientHandle< T >::value_type |
Definition at line 41 of file ESTransientHandle.h.
|
inline |
Definition at line 43 of file ESTransientHandle.h.
|
inline |
Definition at line 44 of file ESTransientHandle.h.
|
inline |
Definition at line 45 of file ESTransientHandle.h.
|
inline |
Definition at line 50 of file ESTransientHandle.h.
References edm::ESTransientHandle< T >::product().
|
inline |
Definition at line 49 of file ESTransientHandle.h.
References edm::ESTransientHandle< T >::product().
|
inline |
Definition at line 48 of file ESTransientHandle.h.
References edm::ESHandleBase::productStorage().
Referenced by edm::ESTransientHandle< T >::operator*(), edm::ESTransientHandle< T >::operator->(), and FWFFService::postBeginRun().
|
static |
Definition at line 52 of file ESTransientHandle.h.