#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 308 of file ProductHolder.h.
|
inlineexplicit |
Definition at line 310 of file ProductHolder.h.
|
virtual |
Definition at line 32 of file ProductHolder.cc.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 322 of file ProductHolder.h.
References productData_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 323 of file ProductHolder.h.
References productData_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 321 of file ProductHolder.h.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 320 of file ProductHolder.h.
References edm::ProducedProductHolder::NotRun, and theStatus_.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 58 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 324 of file ProductHolder.h.
References theStatus_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 313 of file ProductHolder.h.
References productData_, edm::swap(), std::swap(), and theStatus_.
|
private |
Definition at line 326 of file ProductHolder.h.
Referenced by getProductData(), resolveProduct_(), and swap_().
|
mutableprivate |
Definition at line 327 of file ProductHolder.h.
Referenced by resetStatus_(), status_(), and swap_().