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
FWCore
ParameterSet
interface
PluginDescriptionAdaptorBase.h
Go to the documentation of this file.
1
#ifndef FWCore_ParameterSet_PluginDescriptionAdaptorBase_h
2
#define FWCore_ParameterSet_PluginDescriptionAdaptorBase_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/ParameterSet
6
// Class : PluginDescriptionAdaptorBase
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Wed, 19 Sep 2018 19:24:24 GMT
19
//
20
21
// system include files
22
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
23
24
// user include files
25
26
// forward declarations
27
28
namespace
edm
{
29
template
<
typename
T>
30
class
PluginDescriptionAdaptorBase
{
31
public
:
32
virtual
~PluginDescriptionAdaptorBase
() =
default
;
33
34
// ---------- const member functions ---------------------
35
virtual
edm::ParameterSetDescription
description
()
const
= 0;
36
};
37
}
// namespace edm
38
#endif
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
ParameterSetDescription.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::PluginDescriptionAdaptorBase::description
virtual edm::ParameterSetDescription description() const =0
edm::PluginDescriptionAdaptorBase
Definition:
PluginDescriptionAdaptorBase.h:30
edm::PluginDescriptionAdaptorBase::~PluginDescriptionAdaptorBase
virtual ~PluginDescriptionAdaptorBase()=default
Generated for CMSSW Reference Manual by
1.8.14