MySQL 8.4.0
Source Code Documentation
list_node Struct Reference

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_nodenext
 
void * info
 

Detailed Description

list_node - a node of a single-linked list.

Note
We never call a destructor for instances of this class.

Constructor & Destructor Documentation

◆ list_node() [1/2]

list_node::list_node ( void *  info_par,
list_node next_par 
)
inline

◆ list_node() [2/2]

list_node::list_node ( )
inline

Member Data Documentation

◆ info

void* list_node::info

◆ next

list_node* list_node::next

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