InnoDB Plugin  1.0
Functions
ut0list.ic File Reference
This graph shows which files directly or indirectly include this file:

Functions

UNIV_INLINE ib_list_node_tib_list_get_first (ib_list_t *list)
UNIV_INLINE ib_list_node_tib_list_get_last (ib_list_t *list)
UNIV_INLINE ibool ib_list_is_empty (const ib_list_t *list)

Detailed Description

A double-linked list

Created 4/26/2006 Osku Salerma

Function Documentation

UNIV_INLINE ib_list_node_t* ib_list_get_first ( ib_list_t list)

Get the first node in the list.

Returns
first node, or NULL
Parameters
listin: list
UNIV_INLINE ib_list_node_t* ib_list_get_last ( ib_list_t list)

Get the last node in the list.

Returns
last node, or NULL
Parameters
listin: list