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_raw.hpp File Reference
#include <boost/config.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/assert.hpp>
#include <boost/detail/workaround.hpp>
Include dependency graph for enable_shared_from_raw.hpp:

Classes

class  boost::enable_shared_from_raw
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::detail
 

Functions

template<typename T >
boost::shared_ptr< Tboost::shared_from_raw (T *)
 
template<typename T >
boost::weak_ptr< Tboost::weak_from_raw (T *)
 
template<class X , class Y >
void boost::detail::sp_enable_shared_from_this (boost::shared_ptr< X > *ppx, Y const *py, boost::enable_shared_from_raw const *pe)