Project
Loading...
Searching...
No Matches
list_node Struct Reference

#include <list.h>

Public Attributes

voiddata
 
struct list_nodeprevious
 
struct list_nodenext
 

Detailed Description

Definition at line 31 of file list.h.

Member Data Documentation

◆ data

void* list_node::data

Definition at line 33 of file list.h.

◆ next

struct list_node* list_node::next

Definition at line 37 of file list.h.

◆ previous

struct list_node* list_node::previous

Definition at line 35 of file list.h.


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