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

Public Member Functions

 auto_array (T *p=0)
 auto_array (auto_array &other)
auto_arrayoperator= (auto_array &that)
T * operator-> () const
T & operator* () const
T * get () const
T * release ()
void reset (T *p=0)
 auto_array (auto_array_ref< T > ref)
auto_arrayoperator= (auto_array_ref< T > ref)
template<typename T2 >
 operator auto_array< T2 > ()
template<typename T2 >
 operator auto_array_ref< T2 > ()

Detailed Description

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

Definition at line 45 of file memory_array.hpp.


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