![]() |
![]() |
#include <ConstPtrCache.h>
Public Member Functions | |
ConstPtrCache () | |
ConstPtrCache (const void *iPtr) | |
Public Attributes | |
const void * | ptr_ |
Definition at line 29 of file ConstPtrCache.h.
edm::ConstPtrCache::ConstPtrCache | ( | ) | [inline] |
Definition at line 33 of file ConstPtrCache.h.
: ptr_(0) {}
edm::ConstPtrCache::ConstPtrCache | ( | const void * | iPtr | ) | [inline] |
Definition at line 34 of file ConstPtrCache.h.
: ptr_(iPtr) {}
const void* edm::ConstPtrCache::ptr_ |
Definition at line 36 of file ConstPtrCache.h.
Referenced by edm::ConstPtrCacheStreamer::operator()(), edm::RefItem< KEY >::ptr(), and edm::RefItem< KEY >::setPtr().