Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct header_t

boost::interprocess::segment_manager::header_t

Synopsis

// In header: <boost/interprocess/segment_manager.hpp>



struct header_t : public  {
  // construct/copy/destruct
  ();

  // public data members
   m_named_index;
   m_unique_index;
};

Description

This struct includes needed data and derives from rmutex to allow EBO when using null interprocess_mutex

header_t public construct/copy/destruct

  1. ( segment_mngr_base);

PrevUpHomeNext