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
n
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
c
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
src
DataFormats
Common
interface
IntValues.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_IntValues_h
2
#define DataFormats_Common_IntValues_h
3
// -*- C++ -*-
4
//
5
// Package: Common
6
// Class : IntValues
7
//
15
//
16
// Original Author: Chris Jones
17
// Created: Wed Oct 31 16:23:41 EDT 2007
18
//
19
20
// system include files
21
22
// user include files
23
24
// forward declarations
25
26
namespace
test_with_dictionaries
{
27
struct
IntValue
{
28
int
value_
;
29
IntValue
(
int
iValue) :
value_
(iValue) {}
30
};
31
32
struct
IntValue2
:
public
IntValue
{
33
IntValue2
(
int
iValue2) :
IntValue
(iValue2) {}
34
};
35
}
// namespace test_with_dictionaries
36
37
#endif
test_with_dictionaries::IntValue::value_
int value_
Definition:
IntValues.h:28
test_with_dictionaries::IntValue2::IntValue2
IntValue2(int iValue2)
Definition:
IntValues.h:33
test_with_dictionaries::IntValue::IntValue
IntValue(int iValue)
Definition:
IntValues.h:29
test_with_dictionaries::IntValue
Definition:
IntValues.h:27
test_with_dictionaries
Definition:
IntValues.h:26
test_with_dictionaries::IntValue2
Definition:
IntValues.h:32
Generated for CMSSW Reference Manual by
1.8.14