#include <BoolCache.h>
Public Member Functions | |
BoolCache () | |
BoolCache (bool iValue) | |
operator bool () | |
BoolCache & | operator= (bool b) |
Private Attributes | |
bool | isCached_ |
Definition at line 28 of file BoolCache.h.
edm::BoolCache::BoolCache | ( | ) | [inline] |
Definition at line 30 of file BoolCache.h.
: isCached_(false) {}
edm::BoolCache::BoolCache | ( | bool | iValue | ) | [inline] |
Definition at line 31 of file BoolCache.h.
: isCached_(iValue) {}
edm::BoolCache::operator bool | ( | ) | [inline] |
BoolCache& edm::BoolCache::operator= | ( | bool | b | ) | [inline] |
bool edm::BoolCache::isCached_ [private] |
Definition at line 35 of file BoolCache.h.
Referenced by operator bool(), and operator=().