Arduino DLNA Server
Public Attributes | List of all members
tiny_dlna::List< T >::Node Struct Reference

#include <List.h>

Collaboration diagram for tiny_dlna::List< T >::Node:
Collaboration graph
[legend]

Public Attributes

Nodenext = nullptr
 
Nodeprior = nullptr
 
data
 

Member Data Documentation

◆ data

template<class T >
T tiny_dlna::List< T >::Node::data

◆ next

template<class T >
Node* tiny_dlna::List< T >::Node::next = nullptr

◆ prior

template<class T >
Node* tiny_dlna::List< T >::Node::prior = nullptr

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