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