#include <FWCore/Framework/interface/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 25 of file SelectorBase.h.
SelectorBase::~SelectorBase | ( | ) | [virtual] |
virtual SelectorBase* edm::SelectorBase::clone | ( | ) | const [pure virtual] |
virtual bool edm::SelectorBase::doMatch | ( | ConstBranchDescription const & | p | ) | const [private, pure virtual] |
bool SelectorBase::match | ( | ConstBranchDescription const & | p | ) | const |
Definition at line 20 of file SelectorBase.cc.
Referenced by edm::Selector::doMatch(), and edm::Principal::findGroupsForProcess().