MADNESS  version 0.9
Public Member Functions | Protected Member Functions | List of all members
madness::tr1::shptr::enable_shared_from_this< T > Class Template Reference

#include <shared_ptr_bits.h>

Public Member Functions

shared_ptr< T > shared_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 ()
 
 enable_shared_from_this (enable_shared_from_this const &)
 
enable_shared_from_thisoperator= (enable_shared_from_this const &)
 
 ~enable_shared_from_this ()
 

Constructor & Destructor Documentation

template<class T>
madness::tr1::shptr::enable_shared_from_this< T >::enable_shared_from_this ( )
inlineprotected
template<class T>
madness::tr1::shptr::enable_shared_from_this< T >::enable_shared_from_this ( enable_shared_from_this< T > const &  )
inlineprotected
template<class T>
madness::tr1::shptr::enable_shared_from_this< T >::~enable_shared_from_this ( )
inlineprotected

Member Function Documentation

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

The documentation for this class was generated from the following file: