CMS 3D CMS Logo

OrphanHandleBase.cc
Go to the documentation of this file.
2 
3 namespace edm {
4  void const* OrphanHandleBase::productStorage() const { return product_; }
5 
6  ProductID OrphanHandleBase::id() const { return id_; }
7 } // namespace edm
edm::OrphanHandleBase::id_
ProductID id_
Definition: OrphanHandleBase.h:62
edm::OrphanHandleBase::productStorage
void const * productStorage() const
Definition: OrphanHandleBase.cc:4
edm
HLT enums.
Definition: AlignableModifier.h:19
OrphanHandleBase.h
edm::OrphanHandleBase::id
ProductID id() const
Definition: OrphanHandleBase.cc:6
edm::OrphanHandleBase::product_
void const * product_
Definition: OrphanHandleBase.h:61
edm::ProductID
Definition: ProductID.h:27