#include <boost/config.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/assert.hpp>
#include <boost/detail/workaround.hpp>
Classes | |
class | boost::enable_shared_from_raw |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::detail | |
Functions | |
template<typename T > | |
boost::shared_ptr< T > | boost::shared_from_raw (T *) |
template<typename T > | |
boost::weak_ptr< T > | boost::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) |