#include <SelectorBase.h>
Public Member Functions | |
virtual SelectorBase * | clone () const =0 |
bool | match (ConstBranchDescription const &p) const |
virtual | ~SelectorBase () |
Private Member Functions | |
virtual bool | doMatch (ConstBranchDescription const &p) const =0 |
Definition at line 24 of file SelectorBase.h.
|
virtual |
Definition at line 11 of file SelectorBase.cc.
|
pure virtual |
|
privatepure virtual |
Implemented in edm::Selector, edm::ComposedSelectorWrapper< T >, edm::MatchAllSelector, edm::ModuleLabelSelector, edm::ProductInstanceNameSelector, and edm::ProcessNameSelector.
Referenced by match().
bool SelectorBase::match | ( | ConstBranchDescription const & | p | ) | const |
Definition at line 15 of file SelectorBase.cc.
References doMatch().
Referenced by edm::Principal::findGroup(), and edm::Principal::findGroups().