![]()  | 
  
    MySQL 9.5.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) | |
| MYSQL_LEX_STRING | get () | 
| ~Lex_str () | |
Private Member Functions | |
| Lex_str & | operator= (const Lex_str &)=delete | 
| Lex_str (const Lex_str &)=delete | |
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.
      
  | 
  privatedelete | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private |