MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
auto_array (T *p=0) | |
auto_array (auto_array &other) | |
auto_array & | operator= (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_array & | operator= (auto_array_ref< T > ref) |
template<typename T2 > | |
operator auto_array< T2 > () | |
template<typename T2 > | |
operator auto_array_ref< T2 > () |
Definition at line 45 of file memory_array.hpp.