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