Public Types | |
| typedef T | element_type |
| typedef T *this_type::* | unspecified_bool_type |
Public Member Functions | |
| scoped_ptr (T *p=0) | |
| scoped_ptr (std::auto_ptr< T > p) | |
| void | reset (T *p=0) |
| T & | operator* () const |
| T * | operator-> () const |
| T * | get () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| void | swap (scoped_ptr &b) |