|
Arduino DLNA Server
|
#include <ListLockFree.h>
Public Member Functions | |
| Node ()=default | |
| Node (const T &value) | |
Public Attributes | |
| std::atomic< Node * > | next {nullptr} |
| std::atomic< Node * > | prior {nullptr} |
| T | data |
|
default |
|
inline |
| T tiny_dlna::ListLockFree< T, Alloc >::Node::data |
| std::atomic<Node*> tiny_dlna::ListLockFree< T, Alloc >::Node::next {nullptr} |
| std::atomic<Node*> tiny_dlna::ListLockFree< T, Alloc >::Node::prior {nullptr} |