|
||||
File indexing completed on 2024-04-06 12:03:55
0001 #include "DataFormats/Common/interface/OrphanHandleBase.h" 0002 0003 namespace edm { 0004 void const* OrphanHandleBase::productStorage() const { return product_; } 0005 0006 ProductID OrphanHandleBase::id() const { return id_; } 0007 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |