#include <DataFormats/Common/interface/BoolCache.h>
Public Member Functions | |
BoolCache (bool iValue) | |
BoolCache () | |
operator bool () | |
BoolCache & | operator= (bool b) |
Private Attributes | |
bool | isCached_ |
Definition at line 29 of file BoolCache.h.
edm::BoolCache::BoolCache | ( | ) | [inline] |
edm::BoolCache::BoolCache | ( | bool | iValue | ) | [inline] |
edm::BoolCache::operator bool | ( | ) | [inline] |
bool edm::BoolCache::isCached_ [private] |