1 #ifndef FWCore_SharedMemory_ReadBuffer_h
2 #define FWCore_SharedMemory_ReadBuffer_h
25 #include "boost/interprocess/managed_shared_memory.hpp"
54 std::pair<char*, std::size_t>
buffer() {
56 using namespace boost::interprocess;
71 std::unique_ptr<boost::interprocess::managed_shared_memory>
sm_;