Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
// $Id$
21
//
22
23
// system include files
24
25
// user include files
26
27
// forward declarations
28
namespace
edm {
29
class
ConstPtrCache
30
{
31
32
public
:
33
ConstPtrCache
() :
ptr_
(0) {}
34
ConstPtrCache
(
const
void
* iPtr) :
ptr_
(iPtr) {}
35
36
const
void
*
ptr_
;
37
};
38
39
}
40
#endif
edm::ConstPtrCache::ConstPtrCache
ConstPtrCache()
Definition:
ConstPtrCache.h:33
edm::ConstPtrCache::ptr_
const void * ptr_
Definition:
ConstPtrCache.h:36
edm::ConstPtrCache::ConstPtrCache
ConstPtrCache(const void *iPtr)
Definition:
ConstPtrCache.h:34
edm::ConstPtrCache
Definition:
ConstPtrCache.h:29
Generated for CMSSW Reference Manual by
1.8.5