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

Describes an utility to form a shared pointer from this. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/assert.hpp>
#include <boost/interprocess/smart_ptr/weak_ptr.hpp>
#include <boost/interprocess/smart_ptr/shared_ptr.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for enable_shared_from_this.hpp:

Classes

singleton  boost::interprocess::enable_shared_from_this< T, A, D >
 This class is used as a base class that allows a shared_ptr to the current object to be obtained from within a member function. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

Describes an utility to form a shared pointer from this.