Public Attributes | |
ib_list_node_t * | first |
ib_list_node_t * | last |
ibool | is_heap_list |
ib_list_node_t* ib_list_struct::first |
first node
Definition at line 148 of file ut0list.h.
Referenced by ib_list_add_after(), ib_list_create(), ib_list_create_heap(), and ib_list_remove().
ibool ib_list_struct::is_heap_list |
TRUE if this list was allocated through a heap
Definition at line 150 of file ut0list.h.
Referenced by ib_list_create(), ib_list_create_heap(), and ib_list_free().
ib_list_node_t* ib_list_struct::last |
last node
Definition at line 149 of file ut0list.h.
Referenced by ib_list_add_after(), ib_list_create(), ib_list_create_heap(), and ib_list_remove().