#include <BasicHandle.h>
Public Member Functions | |
BasicHandle () | |
BasicHandle (BasicHandle const &h) | |
BasicHandle (void const *iProd, WrapperInterfaceBase const *iInterface, Provenance const *iProv) | |
BasicHandle (WrapperHolder const &iWrapperHolder, Provenance const *iProv) | |
BasicHandle (ProductData const &productData) | |
BasicHandle (boost::shared_ptr< cms::Exception > const &iWhyFailed) | |
Used when the attempt to get the data failed. More... | |
bool | failedToGet () const |
ProductID | id () const |
WrapperInterfaceBase const * | interface () const |
bool | isValid () const |
BasicHandle & | operator= (BasicHandle const &rhs) |
Provenance const * | provenance () const |
void | swap (BasicHandle &other) |
boost::shared_ptr< cms::Exception > | whyFailed () const |
void const * | wrapper () const |
WrapperHolder | wrapperHolder () const |
~BasicHandle () | |
Private Attributes | |
WrapperHolder | product_ |
Provenance const * | prov_ |
boost::shared_ptr< cms::Exception > | whyFailed_ |
Definition at line 43 of file BasicHandle.h.
|
inline |
Definition at line 45 of file BasicHandle.h.
|
inline |
Definition at line 49 of file BasicHandle.h.
|
inline |
Definition at line 54 of file BasicHandle.h.
|
inline |
Definition at line 59 of file BasicHandle.h.
|
inline |
Definition at line 64 of file BasicHandle.h.
|
inline |
Used when the attempt to get the data failed.
Definition at line 70 of file BasicHandle.h.
|
inline |
Definition at line 75 of file BasicHandle.h.
|
inline |
Definition at line 94 of file BasicHandle.h.
References whyFailed_.
Referenced by edm::convert_handle(), edm::Event::get(), edm::PrincipalGetAdapter::get(), edm::EventBase::getByLabel(), edm::Event::getByLabel(), edm::RunBase::getByLabel(), edm::PrincipalGetAdapter::getByLabel(), edm::LuminosityBlockBase::getByLabel(), and edm::PrincipalGetAdapter::getByType().
|
inline |
Definition at line 114 of file BasicHandle.h.
References edm::Provenance::productID(), and prov_.
Referenced by edm::convert_handle(), and edm::Event::fillView_().
|
inline |
Definition at line 98 of file BasicHandle.h.
References edm::WrapperHolder::interface(), and product_.
Referenced by edm::convert_handle(), and edm::Event::fillView_().
|
inline |
Definition at line 90 of file BasicHandle.h.
References product_, prov_, and edm::WrapperHolder::wrapper().
Referenced by edm::Principal::findGroup(), edm::LuminosityBlock::getByLabelImpl(), edm::Run::getByLabelImpl(), and edm::Event::getByLabelImpl().
|
inline |
|
inline |
Definition at line 110 of file BasicHandle.h.
References prov_.
Referenced by edm::check(), edm::convert_handle(), edm::Event::fillView_(), edm::Event::get(), edm::Event::getByLabel(), edm::LuminosityBlock::getByLabelImpl(), edm::Run::getByLabelImpl(), and edm::Event::getByLabelImpl().
|
inline |
Definition at line 77 of file BasicHandle.h.
References product_, prov_, std::swap(), and whyFailed_.
Referenced by operator=(), and edm::swap().
|
inline |
Definition at line 118 of file BasicHandle.h.
References whyFailed_.
Referenced by edm::convert_handle().
|
inline |
Definition at line 102 of file BasicHandle.h.
References product_, and edm::WrapperHolder::wrapper().
Referenced by edm::convert_handle(), and edm::Event::fillView_().
|
inline |
Definition at line 106 of file BasicHandle.h.
References product_.
Referenced by edm::convert_handle(), and edm::EventPrincipal::getIt().
|
private |
Definition at line 122 of file BasicHandle.h.
Referenced by interface(), isValid(), swap(), wrapper(), and wrapperHolder().
|
private |
Definition at line 123 of file BasicHandle.h.
Referenced by id(), isValid(), provenance(), and swap().
|
private |
Definition at line 124 of file BasicHandle.h.
Referenced by failedToGet(), swap(), and whyFailed().