arduino-audio-tools
Loading...
Searching...
No Matches
Public Attributes | List of all members
QueueLockFree< T >::Node Struct Reference

#include <QueueLockFree.h>

Public Attributes

T data
 
std::atomic< size_thead
 
std::atomic< size_ttail
 

Member Data Documentation

◆ data

template<typename T >
T data

◆ head

template<typename T >
std::atomic<size_t> head

◆ tail

template<typename T >
std::atomic<size_t> tail

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