MySQL 9.1.0
Source Code Documentation
|
A very limited smart pointer to protect against stack unwinding in case an STL class throws an exception. More...
Public Member Functions | |
Array_ptr (int *str) | |
int * | get () |
~Array_ptr () | |
Private Member Functions | |
Array_ptr & | operator= (const Array_ptr &) |
Array_ptr (const Array_ptr &) | |
Private Attributes | |
int * | m_ptr |
A very limited smart pointer to protect against stack unwinding in case an STL class throws an exception.
The interface is similar to unique_ptr.
|
private |
|
inline |
|
inline |
|
inline |
|
private |