CMS 3D CMS Logo

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
constexpr char const *const kBuffer0
Definition: buffer_names.h:30
constexpr char const *const kBuffer
Definition: buffer_names.h:29
constexpr char const *const kBuffer1
Definition: buffer_names.h:31