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
FWCore
FWLite
interface
FWLiteEnabler.h
Go to the documentation of this file.
1
#ifndef FWCore_FWLite_FWLiteEnabler_h
2
#define FWCore_FWLite_FWLiteEnabler_h
3
9
class
DummyClassToStopCompilerWarning;
10
11
class
FWLiteEnabler
{
12
friend
class
DummyClassToStopCompilerWarning
;
13
14
public
:
15
FWLiteEnabler
(
const
FWLiteEnabler
&) =
delete
;
// stop default
16
FWLiteEnabler
const
&
operator=
(
FWLiteEnabler
const
&) =
delete
;
// stop default
18
static
void
enable
();
19
20
private
:
21
static
bool
enabled_
;
22
FWLiteEnabler
();
23
};
24
25
#endif
FWLiteEnabler::enable
static void enable()
enable automatic library loading
Definition:
FWLiteEnabler.cc:46
FWLiteEnabler
Definition:
FWLiteEnabler.h:11
FWLiteEnabler::FWLiteEnabler
FWLiteEnabler()
Definition:
FWLiteEnabler.cc:40
FWLiteEnabler::operator=
FWLiteEnabler const & operator=(FWLiteEnabler const &)=delete
FWLiteEnabler::DummyClassToStopCompilerWarning
friend class DummyClassToStopCompilerWarning
Definition:
FWLiteEnabler.h:12
FWLiteEnabler::enabled_
static bool enabled_
Definition:
FWLiteEnabler.h:21
Generated for CMSSW Reference Manual by
1.8.14