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
SharedMemory
interface
buffer_names.h
Go to the documentation of this file.
1
#ifndef FWCore_SharedMemory_buffer_names_h
2
#define FWCore_SharedMemory_buffer_names_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/SharedMemory
6
// Class : buffer_names
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: 21/01/2020
19
//
20
21
// system include files
22
23
// user include files
24
25
// forward declarations
26
27
namespace
edm::shared_memory
{
28
namespace
buffer_names {
29
constexpr
char
const
*
const
kBuffer
=
"buffer"
;
30
constexpr
char
const
*
const
kBuffer0
=
"buffer0"
;
31
constexpr
char
const
*
const
kBuffer1
=
"buffer1"
;
32
}
// namespace buffer_names
33
}
// namespace edm::shared_memory
34
35
#endif
edm::shared_memory::buffer_names::kBuffer0
constexpr char const *const kBuffer0
Definition:
buffer_names.h:30
edm::shared_memory::buffer_names::kBuffer
constexpr char const *const kBuffer
Definition:
buffer_names.h:29
ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr
if constexpr(n > 3)
Definition:
BrokenLine.h:164
edm::shared_memory
Definition:
buffer_names.h:27
edm::shared_memory::buffer_names::kBuffer1
constexpr char const *const kBuffer1
Definition:
buffer_names.h:31
Generated for CMSSW Reference Manual by
1.8.14