MySQL 8.3.0
Source Code Documentation
ut0list.ic File Reference

A double-linked list. More...

Functions

static ib_list_node_tib_list_get_first (ib_list_t *list)
 Get the first node in the list. More...
 
static ib_list_node_tib_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)
 

Detailed Description

A double-linked list.

Created 4/26/2006 Osku Salerma

Function Documentation

◆ ib_list_get_first()

static ib_list_node_t * ib_list_get_first ( ib_list_t list)
inlinestatic

Get the first node in the list.

Returns
first node, or NULL
Parameters
listin: list

◆ ib_list_get_last()

static ib_list_node_t * ib_list_get_last ( ib_list_t list)
inlinestatic

Get the last node in the list.

Returns
last node, or NULL
Parameters
listin: list

◆ ib_list_is_empty()

static bool ib_list_is_empty ( const ib_list_t list)
inlinestatic