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
DataFormats
Common
interface
HandleExceptionFactory.h
Go to the documentation of this file.
1
#ifndef DataFormats_Common_HandleExceptionFactory_h
2
#define DataFormats_Common_HandleExceptionFactory_h
3
// -*- C++ -*-
4
//
5
// Package: DataFormats/Common
6
// Class : HandleExceptionFactory
7
//
22
//
23
// Original Author: Chris Jones
24
// Created: Wed, 04 Dec 2013 16:47:12 GMT
25
//
26
27
// system include files
28
#include <memory>
29
30
// user include files
31
32
// forward declarations
33
34
namespace
cms
{
35
class
Exception
;
36
}
37
38
namespace
edm
{
39
40
class
HandleExceptionFactory
{
41
public
:
42
HandleExceptionFactory
();
43
virtual
~HandleExceptionFactory
();
44
45
// ---------- const member functions ---------------------
46
virtual
std::shared_ptr<cms::Exception>
make
()
const
= 0;
47
48
private
:
49
//HandleExceptionFactory(const HandleExceptionFactory&); // stop default
50
51
//const HandleExceptionFactory& operator=(const HandleExceptionFactory&); // stop default
52
53
// ---------- member data --------------------------------
54
};
55
}
// namespace edm
56
57
#endif
edm::HandleExceptionFactory::~HandleExceptionFactory
virtual ~HandleExceptionFactory()
Definition:
HandleExceptionFactory.cc:36
edm::HandleExceptionFactory::HandleExceptionFactory
HandleExceptionFactory()
Definition:
HandleExceptionFactory.cc:29
edm::HandleExceptionFactory::make
virtual std::shared_ptr< cms::Exception > make() const =0
edm::HandleExceptionFactory
Definition:
HandleExceptionFactory.h:40
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
Exception
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14