CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::ConstPtrCache Class Reference

#include <ConstPtrCache.h>

Public Member Functions

 ConstPtrCache ()
 
 ConstPtrCache (const void *iPtr)
 

Public Attributes

const void * ptr_
 

Detailed Description

Definition at line 28 of file ConstPtrCache.h.

Constructor & Destructor Documentation

◆ ConstPtrCache() [1/2]

edm::ConstPtrCache::ConstPtrCache ( )
inline

Definition at line 30 of file ConstPtrCache.h.

30 : ptr_(0) {}

◆ ConstPtrCache() [2/2]

edm::ConstPtrCache::ConstPtrCache ( const void *  iPtr)
inline

Definition at line 31 of file ConstPtrCache.h.

31 : ptr_(iPtr) {}

Member Data Documentation

◆ ptr_

const void* edm::ConstPtrCache::ptr_

Definition at line 33 of file ConstPtrCache.h.

edm::ConstPtrCache::ptr_
const void * ptr_
Definition: ConstPtrCache.h:33