CMS 3D CMS Logo

edm::NotHelper< A > Class Template Reference

#include <FWCore/Framework/interface/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<class A>
class edm::NotHelper< A >

Definition at line 251 of file Selector.h.


Constructor & Destructor Documentation

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

Definition at line 254 of file Selector.h.

00254 : a_(a) { }


Member Function Documentation

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

Definition at line 255 of file Selector.h.

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

00255 { return ! a_.match(p); }


Member Data Documentation

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

Definition at line 257 of file Selector.h.

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


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:41:53 2009 for CMSSW by  doxygen 1.5.4