#include <Selector.h>
Public Member Functions | |
ModuleLabelSelector (std::string const &label) | |
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::string | label_ |
Definition at line 118 of file Selector.h.
|
inlineexplicit |
Definition at line 120 of file Selector.h.
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
|
private |
Definition at line 135 of file Selector.h.