#include <scoped_ptr.hpp>
Public Types | |
typedef T | element_type |
Public Member Functions | |
scoped_ptr (T *p=0) | |
scoped_ptr (std::auto_ptr< T > p) BOOST_NOEXCEPT | |
~scoped_ptr () | |
void | reset (T *p=0) |
T & | operator* () const |
T * | operator-> () const |
T * | get () const BOOST_NOEXCEPT |
void | swap (scoped_ptr &b) BOOST_NOEXCEPT |
typedef T boost::scoped_ptr< T >::element_type |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |