|
InnoDB Plugin
1.0
|

Functions | |
| UNIV_INLINE ib_list_node_t * | ib_list_get_first (ib_list_t *list) |
| UNIV_INLINE ib_list_node_t * | ib_list_get_last (ib_list_t *list) |
| UNIV_INLINE ibool | ib_list_is_empty (const ib_list_t *list) |
A double-linked list
Created 4/26/2006 Osku Salerma
| UNIV_INLINE ib_list_node_t* ib_list_get_first | ( | ib_list_t * | list | ) |
Get the first node in the list.
| list | in: list |
| UNIV_INLINE ib_list_node_t* ib_list_get_last | ( | ib_list_t * | list | ) |
Get the last node in the list.
| list | in: list |
1.8.1.2