arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
List< T >::Node Struct Reference

#include <List.h>

Public Attributes

T data
 
Nodenext = nullptr
 
Nodeprior = nullptr
 

Member Data Documentation

◆ data

template<class T >
T data

◆ next

template<class T >
Node* next = nullptr

◆ prior

template<class T >
Node* prior = nullptr

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