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

#include <exception.hpp>

Inheritance diagram for boost::exception_detail::refcount_ptr< T >:

Public Member Functions

 refcount_ptr ()
 
 ~refcount_ptr ()
 
 refcount_ptr (refcount_ptr const &x)
 
refcount_ptroperator= (refcount_ptr const &x)
 
void adopt (T *px)
 
Tget () const
 

Constructor & Destructor Documentation

template<class T>
boost::exception_detail::refcount_ptr< T >::refcount_ptr ( )
inline
template<class T>
boost::exception_detail::refcount_ptr< T >::~refcount_ptr ( )
inline
template<class T>
boost::exception_detail::refcount_ptr< T >::refcount_ptr ( refcount_ptr< T > const &  x)
inline

Member Function Documentation

template<class T>
void boost::exception_detail::refcount_ptr< T >::adopt ( T px)
inline
template<class T>
refcount_ptr& boost::exception_detail::refcount_ptr< T >::operator= ( refcount_ptr< T > const &  x)
inline

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