#include <Selector.h>
Public Member Functions | |
template<typename T > | |
Selector (T const &expression) | |
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 | |
std::shared_ptr< SelectorBase > | sel_ |
Definition at line 295 of file Selector.h.
|
inlineexplicit |
Definition at line 298 of file Selector.h.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
private |
Definition at line 306 of file Selector.h.