LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "fwd.h"
Public Member Functions | |
OrHelper (A const &a, B const &b) | |
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 | |
A | a_ |
B | b_ |
|
inline |
Definition at line 277 of file Selector.h.
|
inlineoverrideprivatevirtual |
|
inlineoverrideprivatevirtual |
|
inlineinherited |
Definition at line 41 of file SelectorBase.h.
References art::SelectorBase::doMatch().
Referenced by art::Principal::findGroupsForProcess().
|
inlineinherited |
Definition at line 47 of file SelectorBase.h.
References art::SelectorBase::doMatch(), art::SelectorBase::doPrint(), and art::detail::indent().
Referenced by art::Principal::getBySelector().
|
private |
Definition at line 297 of file Selector.h.
|
private |
Definition at line 298 of file Selector.h.