#include <Selector.h>
Public Types | |
typedef T | wrapped_type |
Public Member Functions | |
ComposedSelectorWrapper< T > * | clone () const |
ComposedSelectorWrapper (T const &t) | |
virtual bool | doMatch (ConstBranchDescription const &p) const |
~ComposedSelectorWrapper () | |
Public Member Functions inherited from edm::SelectorBase | |
bool | match (ConstBranchDescription const &p) const |
virtual | ~SelectorBase () |
Private Attributes | |
wrapped_type | expression_ |
Definition at line 255 of file Selector.h.
typedef T edm::ComposedSelectorWrapper< T >::wrapped_type |
Definition at line 257 of file Selector.h.
|
inlineexplicit |
Definition at line 258 of file Selector.h.
|
inline |
Definition at line 259 of file Selector.h.
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 261 of file Selector.h.
|
inlinevirtual |
Implements edm::SelectorBase.
Definition at line 260 of file Selector.h.
References edm::ComposedSelectorWrapper< T >::expression_.
|
private |
Definition at line 263 of file Selector.h.
Referenced by edm::ComposedSelectorWrapper< T >::doMatch().