MySQL 9.1.0
Source Code Documentation
|
list_node - a node of a single-linked list. More...
#include <sql_list.h>
Public Member Functions | |
list_node (void *info_par, list_node *next_par) | |
list_node () | |
Public Attributes | |
list_node * | next |
void * | info |
list_node - a node of a single-linked list.
|
inline |
|
inline |
void* list_node::info |
list_node* list_node::next |