MySQL 5.6.14 Source Code Document
|
#include <ut0lst.h>
Public Attributes | |
TYPE * | prev |
TYPE * | next |
This macro expands to the unnamed type definition of a struct which should be embedded in the nodes of the list, the node type must be a struct. This struct contains the pointers to next and previous nodes in the list. The name of the field in the node struct should be the name given to the list.
TYPE | the list node type name |
TYPE* ut_list_node< TYPE >::next |
TYPE* ut_list_node< TYPE >::prev |