#include <NotCombiner.h>
Public Member Functions | |
NotCombiner (SelectorPtr arg) | |
virtual bool | operator() (const Reflex::Object &o) const |
return true if the Refle object is selected | |
Private Attributes | |
SelectorPtr | arg_ |
Definition at line 18 of file NotCombiner.h.
reco::parser::NotCombiner::NotCombiner | ( | SelectorPtr | arg | ) | [inline] |
Definition at line 19 of file NotCombiner.h.
virtual bool reco::parser::NotCombiner::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 NotCombiner.h.
References python::connectstrParser::o.
{ return ! (*arg_)( o ); }
SelectorPtr reco::parser::NotCombiner::arg_ [private] |
Definition at line 25 of file NotCombiner.h.