Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::enable_shared_from_this< T > Singleton Reference

#include <memory.hpp>

Inheritance diagram for boost::enable_shared_from_this< T >:

Public Member Functions

shared_ptr< Tshared_from_this ()
 
shared_ptr< T const > shared_from_this () const
 
template<class X , class Y >
void _internal_accept_owner (shared_ptr< X > const *ppx, Y *py) const
 

Protected Member Functions

 enable_shared_from_this () BOOST_NOEXCEPT
 
 enable_shared_from_this (enable_shared_from_this const &) BOOST_NOEXCEPT
 
enable_shared_from_thisoperator= (enable_shared_from_this const &) BOOST_NOEXCEPT
 
 ~enable_shared_from_this () BOOST_NOEXCEPT
 

Constructor & Destructor Documentation

template<class T>
boost::enable_shared_from_this< T >::enable_shared_from_this ( )
inlineprotected
template<class T>
boost::enable_shared_from_this< T >::enable_shared_from_this ( enable_shared_from_this< T > const &  )
inlineprotected
template<class T>
boost::enable_shared_from_this< T >::~enable_shared_from_this ( )
inlineprotected

Member Function Documentation

template<class T>
template<class X , class Y >
void boost::enable_shared_from_this< T >::_internal_accept_owner ( shared_ptr< X > const *  ppx,
Y *  py 
) const
inline
template<class T>
enable_shared_from_this& boost::enable_shared_from_this< T >::operator= ( enable_shared_from_this< T > const &  )
inlineprotected
template<class T>
shared_ptr<T> boost::enable_shared_from_this< T >::shared_from_this ( )
inline
template<class T>
shared_ptr<T const> boost::enable_shared_from_this< T >::shared_from_this ( ) const
inline

The documentation for this singleton was generated from the following files: