![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
A double-linked list. More...
Functions | |
| static ib_list_node_t * | ib_list_get_first (ib_list_t *list) | 
| Get the first node in the list.  More... | |
| static ib_list_node_t * | ib_list_get_last (ib_list_t *list) | 
| Get the last node in the list.  More... | |
| static bool | ib_list_is_empty (const ib_list_t *list) | 
A double-linked list.
Created 4/26/2006 Osku Salerma
      
  | 
  inlinestatic | 
Get the first node in the list.
| list | in: list | 
      
  | 
  inlinestatic | 
Get the last node in the list.
| list | in: list | 
      
  | 
  inlinestatic |