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
Utilities
interface
CPUServiceBase.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_CPUServiceBase_h
2
#define FWCore_Utilities_CPUServiceBase_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Utilities
6
// Class : CPUServiceBase
7
//
17
//
18
// Original Author: Brian Bockelman
19
// Created: Wed Sep 7 12:05:13 CDT 2016
20
//
21
22
namespace
edm
{
23
class
CPUServiceBase
{
24
public
:
25
CPUServiceBase
();
26
CPUServiceBase
(
const
CPUServiceBase
&) =
delete
;
// stop default
27
const
CPUServiceBase
&
operator=
(
const
CPUServiceBase
&) =
delete
;
// stop default
28
29
virtual
~CPUServiceBase
();
30
};
31
}
// namespace edm
32
33
#endif
edm::CPUServiceBase::CPUServiceBase
CPUServiceBase()
Definition:
CPUServiceBase.cc:17
edm::CPUServiceBase::operator=
const CPUServiceBase & operator=(const CPUServiceBase &)=delete
edm::CPUServiceBase::~CPUServiceBase
virtual ~CPUServiceBase()
Definition:
CPUServiceBase.cc:19
edm::CPUServiceBase
Definition:
CPUServiceBase.h:23
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14