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 | |
Lex_str (MYSQL_LEX_STRING str) | |
const MYSQL_LEX_STRING | get () |
~Lex_str () | |
Private Member Functions | |
Lex_str & | operator= (const Lex_str &) |
Lex_str (const Lex_str &) | |
Private Attributes | |
MYSQL_LEX_STRING | m_str |
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 |