CMS 3D CMS Logo

BufferInfo.h
Go to the documentation of this file.
1 #ifndef FWCore_SharedMemory_BufferInfo_h
2 #define FWCore_SharedMemory_BufferInfo_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/SharedMemory
6 // Class : BufferInfo
7 //
15 //
16 // Original Author: Chris Jones
17 // Created: 21/01/2020
18 //
19 
20 // system include files
21 
22 // user include files
23 
24 // forward declarations
25 
26 namespace edm::shared_memory {
27  struct BufferInfo {
29  char index_;
30  };
31 } // namespace edm::shared_memory
32 
33 #endif
edm::shared_memory::BufferInfo::identifier_
int identifier_
Definition: BufferInfo.h:28
edm::shared_memory::BufferInfo::index_
char index_
Definition: BufferInfo.h:29
edm::shared_memory::BufferInfo
Definition: BufferInfo.h:27
edm::shared_memory
Definition: buffer_names.h:27