#include <AndCombiner.h>
Public Member Functions | |
AndCombiner (SelectorPtr lhs, SelectorPtr rhs) | |
virtual bool | operator() (const Reflex::Object &o) const |
return true if the Refle object is selected | |
Private Attributes | |
SelectorPtr | lhs_ |
SelectorPtr | rhs_ |
Definition at line 18 of file AndCombiner.h.
reco::parser::AndCombiner::AndCombiner | ( | SelectorPtr | lhs, |
SelectorPtr | rhs | ||
) | [inline] |
Definition at line 19 of file AndCombiner.h.
virtual bool reco::parser::AndCombiner::operator() | ( | const Reflex::Object & | c | ) | const [inline, virtual] |
return true if the Refle object is selected
Implements reco::parser::SelectorBase.
Definition at line 21 of file AndCombiner.h.
References lhs_, python::connectstrParser::o, and rhs_.
SelectorPtr reco::parser::AndCombiner::lhs_ [private] |
Definition at line 25 of file AndCombiner.h.
Referenced by operator()().
SelectorPtr reco::parser::AndCombiner::rhs_ [private] |
Definition at line 25 of file AndCombiner.h.
Referenced by operator()().