libcute 0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
cu_List_Node Struct Reference

Node within a singly linked list. More...

#include <list.h>

Collaboration diagram for cu_List_Node:
Collaboration graph
[legend]

Public Attributes

struct cu_List_Nodenext
 
unsigned char data []
 

Detailed Description

Node within a singly linked list.

Member Data Documentation

◆ data

unsigned char cu_List_Node::data[]

inlined element storage

◆ next

struct cu_List_Node* cu_List_Node::next

pointer to the next element


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