#include <Selector.h>
Public Member Functions | |
bool | match (ConstBranchDescription const &p) const |
NotHelper (A const &a) | |
Private Attributes | |
A | a_ |
Definition at line 227 of file Selector.h.
edm::NotHelper< A >::NotHelper | ( | A const & | a | ) | [inline, explicit] |
Definition at line 229 of file Selector.h.
bool edm::NotHelper< A >::match | ( | ConstBranchDescription const & | p | ) | const [inline] |
Definition at line 230 of file Selector.h.
References edm::NotHelper< A >::a_.
A edm::NotHelper< A >::a_ [private] |
Definition at line 232 of file Selector.h.
Referenced by edm::NotHelper< A >::match().