CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SelectorBase.cc
Go to the documentation of this file.
1 
3 
4 namespace edm {
5 
6  //------------------------------------------------------------------
7  //
8  // SelectorBase
9  //
10  //------------------------------------------------------------------
12  { }
13 
14  bool
16  return doMatch(p);
17  }
18 }
bool match(ConstBranchDescription const &p) const
Definition: SelectorBase.cc:15
virtual ~SelectorBase()
Definition: SelectorBase.cc:11
virtual bool doMatch(ConstBranchDescription const &p) const =0