|  | MySQL 9.5.0
    Source Code Documentation | 
The two way list node. More...
#include <ut0lst.h>
| Public Member Functions | |
| void | reverse () | 
| Public Attributes | |
| Type * | prev | 
| pointer to the previous node, NULL if start of list  More... | |
| Type * | next | 
| pointer to next node, NULL if end of list  More... | |
The two way list node.
| Type | the list node type name | 
| 
 | inline | 
| Type* ut_list_node< Type >::next | 
pointer to next node, NULL if end of list
| Type* ut_list_node< Type >::prev | 
pointer to the previous node, NULL if start of list