#include <Selector.h>
Public Member Functions | |
virtual Selector * | clone () const |
virtual bool | doMatch (ConstBranchDescription const &p) const |
template<typename T > | |
Selector (T const &expression) | |
void | swap (Selector &other) |
virtual | ~Selector () |
Public Member Functions inherited from edm::SelectorBase | |
bool | match (ConstBranchDescription const &p) const |
virtual | ~SelectorBase () |
Private Attributes | |
value_ptr< SelectorBase > | sel_ |
Definition at line 272 of file Selector.h.
Definition at line 20 of file Selector.cc.
|
virtual |
Definition at line 16 of file Selector.cc.
References sel_, and std::swap().
|
private |
Definition at line 282 of file Selector.h.