![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <sql_list.h>
Public Member Functions | |
| void | move_elements_to (I_List< T > *new_owner) | 
Friends | |
| class | I_List_iterator< T > | 
Additional Inherited Members | |
  Private Member Functions inherited from base_ilist< T > | |
| void | clear () SUPPRESS_UBSAN | 
| base_ilist () | |
| bool | is_empty () const SUPPRESS_UBSAN | 
| void | push_front (T *a) | 
| Pushes new element in front of list.  More... | |
| void | push_back (T *a) | 
| Pushes new element to the end of the list, i.e. in front of the sentinel.  More... | |
| T * | get () | 
| T * | head () | 
| void | move_elements_to (base_ilist *new_owner) | 
| Moves list elements to new owner, and empties current owner (i.e.  More... | |
      
  | 
  friend |