Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
deleter.hpp File Reference

Describes the functor to delete objects from the segment. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/intrusive/pointer_traits.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for deleter.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::interprocess::deleter< T, SegmentManager >
 A deleter that uses the segment manager's destroy_ptr function to destroy the passed pointer resource. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

Describes the functor to delete objects from the segment.