Drizzled Public API Documentation

ib_list_struct Struct Reference

Public Attributes

ib_list_node_tfirst
 
ib_list_node_tlast
 
ibool is_heap_list
 

Detailed Description

Definition at line 147 of file ut0list.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: