src
DataFormats
Common
interface
ConstPtrCache.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_ConstPtrCache_h
2
#define DataFormats_Common_ConstPtrCache_h
3
// -*- C++ -*-
4
//
5
// Package: Common
6
// Class : PtrCache
7
//
17
//
18
// Original Author: Chris Jones
19
// Created: Sat Aug 18 17:30:04 EDT 2007
20
//
21
22
// system include files
23
24
// user include files
25
26
// forward declarations
27
namespace
edm
{
28
class
ConstPtrCache
{
29
public
:
30
ConstPtrCache
() :
ptr_
(0) {}
31
ConstPtrCache
(
const
void
* iPtr) :
ptr_
(iPtr) {}
32
33
const
void
*
ptr_
;
34
};
35
36
}
// namespace edm
37
#endif
edm::ConstPtrCache::ConstPtrCache
ConstPtrCache()
Definition:
ConstPtrCache.h:30
edm::ConstPtrCache::ptr_
const void * ptr_
Definition:
ConstPtrCache.h:33
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ConstPtrCache::ConstPtrCache
ConstPtrCache(const void *iPtr)
Definition:
ConstPtrCache.h:31
edm::ConstPtrCache
Definition:
ConstPtrCache.h:28
Generated for CMSSW Reference Manual by
1.8.14