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
Framework
src
MessageForParent.h
Go to the documentation of this file.
1
#ifndef FWCore_Framework_MessageForParent_h
2
#define FWCore_Framework_MessageForParent_h
3
// -*- C++ -*-
4
//
5
// Package: Framework
6
// Class : MessageForParent
7
//
17
//
18
// Original Author: Brian Bockelman
19
// Created: Sat Oct 22 10:34:00 CEST 2011
20
//
21
22
// system include files
23
#include <cstddef>
24
25
// user include files
26
27
// forward declarations
28
29
namespace
edm
{
30
namespace
multicore {
31
class
MessageForParent
{
32
public
:
33
MessageForParent
() :
m_dummy
(0) {}
34
35
//virtual ~MessageForSource();
36
37
// ---------- const member functions ---------------------
38
39
// ---------- static member functions --------------------
40
static
size_t
sizeForBuffer
() {
return
sizeof
(
MessageForParent
); }
41
42
public
:
43
// ---------- member functions ---------------------------
44
45
//MessageForSource(const MessageForSource&); // allow default
46
47
//const MessageForSource& operator=(const MessageForSource&); // allow default
48
49
// ---------- member data --------------------------------
50
int
m_dummy
;
51
};
52
53
}
// namespace multicore
54
}
// namespace edm
55
56
#endif
edm::multicore::MessageForParent::MessageForParent
MessageForParent()
Definition:
MessageForParent.h:33
edm::multicore::MessageForParent::sizeForBuffer
static size_t sizeForBuffer()
Definition:
MessageForParent.h:40
edm::multicore::MessageForParent::m_dummy
int m_dummy
Definition:
MessageForParent.h:50
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::multicore::MessageForParent
Definition:
MessageForParent.h:31
Generated for CMSSW Reference Manual by
1.8.14