arduino-audio-tools
Loading...
Searching...
No Matches
audio_tools
QueueLockFree
Node
Public Attributes
|
List of all members
QueueLockFree< T >::Node Struct Reference
#include <
QueueLockFree.h
>
Public Attributes
T
data
std::atomic<
size_t
>
head
std::atomic<
size_t
>
tail
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:
src/AudioTools/Concurrency/LockFree/
QueueLockFree.h
Generated by
1.9.8