Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
Common
src
OrphanHandleBase.cc
Go to the documentation of this file.
1
#include "
DataFormats/Common/interface/OrphanHandleBase.h
"
2
3
namespace
edm {
4
void
const
*
5
OrphanHandleBase::productStorage
()
const
{
6
return
product_
;
7
}
8
9
ProductID
10
OrphanHandleBase::id
()
const
{
11
return
id_
;
12
}
13
}
edm::OrphanHandleBase::id
ProductID id() const
Definition:
OrphanHandleBase.cc:10
edm::ProductID
Definition:
ProductID.h:27
OrphanHandleBase.h
edm::OrphanHandleBase::product_
void const * product_
Definition:
OrphanHandleBase.h:68
edm::OrphanHandleBase::id_
ProductID id_
Definition:
OrphanHandleBase.h:69
edm::OrphanHandleBase::productStorage
void const * productStorage() const
Definition:
OrphanHandleBase.cc:5
Generated for CMSSW Reference Manual by
1.8.5