| MySQL 5.6.14 Source Code Document
    | 
#include <ut0lst.h>
| Public Types | |
| typedef TYPE | elem_type | 
| Public Attributes | |
| ulint | count | 
| TYPE * | start | 
| TYPE * | end | 
This macro expands to the unnamed type definition of a struct which acts as the two-way list base node. The base node contains pointers to both ends of the list and a count of nodes in the list (excluding the base node from the count).
| TYPE | the name of the list node data type | 
| ulint ut_list_base< TYPE >::count | 
| TYPE* ut_list_base< TYPE >::end | 
| TYPE* ut_list_base< TYPE >::start |