MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
auto_ptr (T *p=0) | |
auto_ptr (auto_ptr &other) | |
auto_ptr & | operator= (auto_ptr &that) |
T * | operator-> () const |
T & | operator* () const |
T * | get () const |
T * | release () |
void | reset (T *p=0) |
auto_ptr (auto_ptr_ref< T > ref) | |
auto_ptr & | operator= (auto_ptr_ref< T > ref) |
template<typename T2 > | |
operator auto_ptr< T2 > () | |
template<typename T2 > | |
operator auto_ptr_ref< T2 > () |
Definition at line 46 of file memory.hpp.