MySQL 8.3.0
Source Code Documentation
LIST Struct Reference

#include <my_list.h>

Public Attributes

struct LISTprev
 
struct LISTnext
 
void * data
 

Member Data Documentation

◆ data

void* LIST::data

◆ next

struct LIST * LIST::next

◆ prev

struct LIST* LIST::prev

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