#include <ProductHolder.h>
Private Member Functions | |
virtual ProductData const & | getProductData () const |
virtual ProductData & | getProductData () |
virtual bool | onDemand_ () const |
virtual void | resetStatus_ () |
virtual ProductData const * | resolveProduct_ (ResolveStatus &resolveStatus, bool skipCurrentProcess, ModuleCallingContext const *mcc) const |
virtual ProductStatus & | status_ () const |
virtual void | swap_ (ProductHolderBase &rhs) |
Private Attributes | |
ProductData | productData_ |
ProductStatus | theStatus_ |
Additional Inherited Members | |
Public Types inherited from edm::ProducedProductHolder | |
enum | ProductStatus { Present = 0, NotRun = 3, NotCompleted = 4, NotPut = 5, UnscheduledNotRun = 6, ProductDeleted =7, Uninitialized = 0xff } |
Public Types inherited from edm::ProductHolderBase | |
enum | ResolveStatus { ProductFound, ProductNotFound, Ambiguous } |
Definition at line 364 of file ProductHolder.h.
|
inlineexplicit |
Definition at line 366 of file ProductHolder.h.
|
virtual |
Definition at line 34 of file ProductHolder.cc.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 378 of file ProductHolder.h.
References productData_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 379 of file ProductHolder.h.
References productData_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 377 of file ProductHolder.h.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 376 of file ProductHolder.h.
References edm::ProducedProductHolder::NotPut, and theStatus_.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 74 of file ProductHolder.cc.
References edm::ProductHolderBase::product(), productData_, edm::ProductHolderBase::ProductFound, edm::ProductHolderBase::ProductNotFound, edm::ProductHolderBase::productWasDeleted(), edm::ProductHolderBase::throwProductDeletedException(), and edm::ProductHolderBase::wrapper().
|
inlineprivatevirtual |
Implements edm::ProducedProductHolder.
Definition at line 380 of file ProductHolder.h.
References theStatus_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 369 of file ProductHolder.h.
References productData_, edm::swap(), std::swap(), and theStatus_.
|
private |
Definition at line 382 of file ProductHolder.h.
Referenced by getProductData(), resolveProduct_(), and swap_().
|
mutableprivate |
Definition at line 383 of file ProductHolder.h.
Referenced by resetStatus_(), status_(), and swap_().