CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::NotHelper< A > Class Template Reference

#include <Selector.h>

List of all members.

Public Member Functions

bool match (ConstBranchDescription const &p) const
 NotHelper (A const &a)

Private Attributes

a_

Detailed Description

template<typename A>
class edm::NotHelper< A >

Definition at line 227 of file Selector.h.


Constructor & Destructor Documentation

template<typename A >
edm::NotHelper< A >::NotHelper ( A const &  a) [inline, explicit]

Definition at line 229 of file Selector.h.

: a_(a) { }

Member Function Documentation

template<typename A >
bool edm::NotHelper< A >::match ( ConstBranchDescription const &  p) const [inline]

Definition at line 230 of file Selector.h.

References edm::NotHelper< A >::a_.

{ return ! a_.match(p); }

Member Data Documentation

template<typename A >
A edm::NotHelper< A >::a_ [private]

Definition at line 232 of file Selector.h.

Referenced by edm::NotHelper< A >::match().