LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "fwd.h"
Public Types | |
typedef T | wrapped_type |
Public Member Functions | |
ComposedSelectorWrapper (T const &t) | |
~ComposedSelectorWrapper () | |
ComposedSelectorWrapper< T > * | clone () const override |
bool | match (BranchDescription const &p) const |
Private Member Functions | |
virtual bool | doMatch (BranchDescription const &p) const override |
Private Attributes | |
wrapped_type | expression_ |
typedef T art::ComposedSelectorWrapper< T >::wrapped_type |
Definition at line 299 of file Selector.h.
|
inlineexplicit |
Definition at line 300 of file Selector.h.
|
inline |
Definition at line 301 of file Selector.h.
|
inlineoverridevirtual |
Implements art::SelectorBase.
Definition at line 303 of file Selector.h.
|
inlineoverrideprivatevirtual |
|
inlineinherited |
Definition at line 23 of file SelectorBase.h.
References art::SelectorBase::clone(), and art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().
|
private |
Definition at line 315 of file Selector.h.