MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mySTL::auto_ptr< T > Class Template Reference

Public Member Functions

 auto_ptr (T *p=0)
 auto_ptr (auto_ptr &other)
auto_ptroperator= (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_ptroperator= (auto_ptr_ref< T > ref)
template<typename T2 >
 operator auto_ptr< T2 > ()
template<typename T2 >
 operator auto_ptr_ref< T2 > ()

Detailed Description

template<typename T>
class mySTL::auto_ptr< T >

Definition at line 46 of file memory.hpp.


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