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

#include <ListLockFree.h>

Public Member Functions

 Node ()=default
 
 Node (const T &value)
 

Public Attributes

std::atomic< Node * > next {nullptr}
 
std::atomic< Node * > prior {nullptr}
 
data
 

Constructor & Destructor Documentation

◆ Node() [1/2]

template<class T , class Alloc = DLNA_ALLOCATOR<T>>
tiny_dlna::ListLockFree< T, Alloc >::Node::Node ( )
default

◆ Node() [2/2]

template<class T , class Alloc = DLNA_ALLOCATOR<T>>
tiny_dlna::ListLockFree< T, Alloc >::Node::Node ( const T &  value)
inline

Member Data Documentation

◆ data

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

◆ next

template<class T , class Alloc = DLNA_ALLOCATOR<T>>
std::atomic<Node*> tiny_dlna::ListLockFree< T, Alloc >::Node::next {nullptr}

◆ prior

template<class T , class Alloc = DLNA_ALLOCATOR<T>>
std::atomic<Node*> tiny_dlna::ListLockFree< T, Alloc >::Node::prior {nullptr}

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