Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DataFormats
Common
interface
fwd_setPtr.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_fwd_setPtr_h
2
#define DataFormats_Common_fwd_setPtr_h
3
// -*- C++ -*-
4
//
5
// Package: Common
6
// Class : setPtr
7
//
14
//
15
// Original Author: Chris Jones
16
// Created: Sat Oct 20 11:45:38 CEST 2007
17
//
18
19
// user include files
20
// system include files
21
#include <typeinfo>
22
#include <vector>
23
#include <list>
24
#include <set>
25
#include <deque>
26
27
// forward declarations
28
namespace
edm
{
29
template
<
typename
T,
typename
A>
30
void
setPtr
(std::vector<T, A>
const
&
obj
, std::type_info
const
& iToType,
unsigned
long
iIndex,
void
const
*& oPtr);
31
32
template
<
typename
T,
typename
A>
33
void
setPtr
(std::list<T, A>
const
&
obj
, std::type_info
const
& iToType,
unsigned
long
iIndex,
void
const
*& oPtr);
34
35
template
<
typename
T,
typename
A>
36
void
setPtr
(std::deque<T, A>
const
&
obj
, std::type_info
const
& iToType,
unsigned
long
iIndex,
void
const
*& oPtr);
37
38
template
<
typename
T,
typename
A,
typename
Comp>
39
void
setPtr
(std::set<T, A, Comp>
const
&
obj
, std::type_info
const
& iToType,
unsigned
long
iIndex,
void
const
*& oPtr);
40
41
}
// namespace edm
42
43
#endif
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::setPtr
void setPtr(std::vector< T, A > const &obj, std::type_info const &iToType, unsigned long iIndex, void const *&oPtr)
Definition:
setPtr.h:67
getGTfromDQMFile.obj
obj
Definition:
getGTfromDQMFile.py:32
Generated for CMSSW Reference Manual by
1.8.16