CMS 3D CMS Logo

edm::BoolCache Class Reference

#include <DataFormats/Common/interface/BoolCache.h>

List of all members.

Public Member Functions

 BoolCache (bool iValue)
 BoolCache ()
 operator bool ()
BoolCacheoperator= (bool b)

Private Attributes

bool isCached_


Detailed Description

Definition at line 29 of file BoolCache.h.


Constructor & Destructor Documentation

edm::BoolCache::BoolCache (  )  [inline]

Definition at line 31 of file BoolCache.h.

00031 : isCached_(false) {}

edm::BoolCache::BoolCache ( bool  iValue  )  [inline]

Definition at line 32 of file BoolCache.h.

00032 : isCached_(iValue) {}


Member Function Documentation

edm::BoolCache::operator bool (  )  [inline]

Definition at line 33 of file BoolCache.h.

References isCached_.

00033 { return isCached_; }

BoolCache& edm::BoolCache::operator= ( bool  b  )  [inline]

Definition at line 34 of file BoolCache.h.

References isCached_.

00034 { isCached_ = b; return *this; }


Member Data Documentation

bool edm::BoolCache::isCached_ [private]

Definition at line 36 of file BoolCache.h.

Referenced by operator bool(), and operator=().


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