#include <scoped_ptr.hpp>
Public Types | |
typedef T | element_type |
Public Member Functions | |
T * | get () const |
T & | operator* () const |
T * | operator-> () const |
void | reset (T *p=0) |
scoped_ptr (T *p=0) | |
scoped_ptr (std::auto_ptr< T > p) | |
void | swap (scoped_ptr &b) |
~scoped_ptr () | |
Private Types | |
typedef scoped_ptr< T > | this_type |
Private Member Functions | |
void | operator!= (scoped_ptr const &) const |
scoped_ptr & | operator= (scoped_ptr const &) |
void | operator== (scoped_ptr const &) const |
scoped_ptr (scoped_ptr const &) | |
Private Attributes | |
T * | px |
Definition at line 39 of file scoped_ptr.hpp.
typedef T boost::scoped_ptr< T >::element_type |
Definition at line 55 of file scoped_ptr.hpp.
typedef scoped_ptr<T> boost::scoped_ptr< T >::this_type [private] |
Definition at line 48 of file scoped_ptr.hpp.
boost::scoped_ptr< T >::scoped_ptr | ( | scoped_ptr< T > const & | ) | [private] |
boost::scoped_ptr< T >::scoped_ptr | ( | T * | p = 0 | ) | [inline, explicit] |
Definition at line 57 of file scoped_ptr.hpp.
boost::scoped_ptr< T >::scoped_ptr | ( | std::auto_ptr< T > | p | ) | [inline, explicit] |
Definition at line 66 of file scoped_ptr.hpp.
boost::scoped_ptr< T >::~scoped_ptr | ( | ) | [inline] |
Definition at line 75 of file scoped_ptr.hpp.
T* boost::scoped_ptr< T >::get | ( | ) | const [inline] |
Definition at line 101 of file scoped_ptr.hpp.
void boost::scoped_ptr< T >::operator!= | ( | scoped_ptr< T > const & | ) | const [private] |
T& boost::scoped_ptr< T >::operator* | ( | ) | const [inline] |
Definition at line 89 of file scoped_ptr.hpp.
T* boost::scoped_ptr< T >::operator-> | ( | ) | const [inline] |
Definition at line 95 of file scoped_ptr.hpp.
scoped_ptr& boost::scoped_ptr< T >::operator= | ( | scoped_ptr< T > const & | ) | [private] |
void boost::scoped_ptr< T >::operator== | ( | scoped_ptr< T > const & | ) | const [private] |
void boost::scoped_ptr< T >::reset | ( | T * | p = 0 | ) | [inline] |
Definition at line 83 of file scoped_ptr.hpp.
void boost::scoped_ptr< T >::swap | ( | scoped_ptr< T > & | b | ) | [inline] |
Definition at line 109 of file scoped_ptr.hpp.
T* boost::scoped_ptr< T >::px [private] |
Definition at line 43 of file scoped_ptr.hpp.