#include <Selector.h>
Public Member Functions | |
ProductInstanceNameSelector (std::string const &pin) | |
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 | pin_ |
Definition at line 93 of file Selector.h.
|
inlineexplicit |
Definition at line 95 of file Selector.h.
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
|
private |
Definition at line 110 of file Selector.h.