Arduino DLNA Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
tiny_dlna::List< T, Alloc >::Node Struct Reference

List Node. More...

#include <List.h>

Public Attributes

Nodenext = nullptr
 
Nodeprior = nullptr
 
data
 

Detailed Description

template<class T, class Alloc = DLNA_ALLOCATOR<T>>
struct tiny_dlna::List< T, Alloc >::Node

List Node.

Member Data Documentation

◆ data

template<class T , class Alloc = DLNA_ALLOCATOR<T>>
T tiny_dlna::List< T, Alloc >::Node::data

◆ next

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

◆ prior

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

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