arduino-audio-tools
Loading...
Searching...
No Matches
audio_tools
ListLockFree
Node
Public Member Functions
|
Public Attributes
|
List of all members
ListLockFree< T >::Node Struct Reference
#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
}
Constructor & Destructor Documentation
◆
Node()
[1/2]
template<
class
T
>
Node
(
)
default
◆
Node()
[2/2]
template<
class
T
>
Node
(
const
T
&
value
)
inline
Member Data Documentation
◆
data
template<
class
T
>
T
data
◆
next
template<
class
T
>
std::atomic<
Node
*> next {
nullptr
}
◆
prior
template<
class
T
>
std::atomic<
Node
*> prior {
nullptr
}
The documentation for this struct was generated from the following file:
src/AudioTools/Concurrency/LockFree/
ListLockFree.h
Generated by
1.9.8