#include <fwd.h>
Public Types | |
| using | wrapped_type = T |
Public Member Functions | |
| ComposedSelectorWrapper (T const &t) | |
Public Member Functions inherited from art::SelectorBase | |
| virtual | ~SelectorBase ()=default |
| bool | match (BranchDescription const &p) const |
| std::string | print (std::string const &indent) const |
Private Member Functions | |
| bool | doMatch (BranchDescription const &p) const override |
| std::string | doPrint (std::string const &indent) const override |
Private Attributes | |
| wrapped_type | expression_ |
| using art::ComposedSelectorWrapper< T >::wrapped_type = T |
Definition at line 272 of file Selector.h.
|
inlineexplicit |
Definition at line 273 of file Selector.h.
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
|
private |
Definition at line 288 of file Selector.h.
1.8.11