#include <ConstProductRegistry.h>
Definition at line 32 of file ConstProductRegistry.h.
std::vector<BranchDescription const*> edm::ConstProductRegistry::allBranchDescriptions |
( |
| ) |
const |
|
inline |
Definition at line 57 of file ConstProductRegistry.h.
References reg_.
57 {
return reg_->allBranchDescriptions();}
edm::propagate_const< SignallingProductRegistry * > reg_
std::vector<std::string> edm::ConstProductRegistry::allBranchNames |
( |
| ) |
const |
|
inline |
Definition at line 51 of file ConstProductRegistry.h.
References reg_.
51 {
return reg_->allBranchNames();}
edm::propagate_const< SignallingProductRegistry * > reg_
bool edm::ConstProductRegistry::anyProductProduced |
( |
| ) |
const |
|
inline |
Definition at line 59 of file ConstProductRegistry.h.
References reg_.
59 {
return reg_->anyProductProduced();}
edm::propagate_const< SignallingProductRegistry * > reg_
ProductList const& edm::ConstProductRegistry::productList |
( |
| ) |
const |
|
inline |
Definition at line 46 of file ConstProductRegistry.h.
References reg_.
46 {
return reg_->productList();}
edm::propagate_const< SignallingProductRegistry * > reg_
ProductRegistry const& edm::ConstProductRegistry::productRegistry |
( |
| ) |
const |
|
inline |
template<class T >
void edm::ConstProductRegistry::watchProductAdditions |
( |
const T & |
iFunc | ) |
|
|
inline |
template<class T , class TMethod >
void edm::ConstProductRegistry::watchProductAdditions |
( |
T const & |
iObj, |
|
|
TMethod |
iMethod |
|
) |
| |
|
inline |