|
arduino-audio-tools
|
#include <ListLockFree.h>
Public Member Functions | |
| Node ()=default | |
| Node (const T &value) | |
Public Attributes | |
| T | data |
| std::atomic< Node * > | next {nullptr} |
| std::atomic< Node * > | prior {nullptr} |
|
default |
|
inline |
| T data |
| std::atomic<Node*> next {nullptr} |
| std::atomic<Node*> prior {nullptr} |