Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::core::MpscQueueData Struct Reference

MpscQueue node internal data. More...

#include <roc_core/mpsc_queue_node.h>

Public Attributes

MpscQueueDatanext
 Next list element.
 
voidqueue
 Pointer to the containing queue.
 

Detailed Description

MpscQueue node internal data.

Definition at line 24 of file mpsc_queue_node.h.

Constructor & Destructor Documentation

◆ MpscQueueData()

roc::core::MpscQueueData::MpscQueueData ( )
inline

Definition at line 31 of file mpsc_queue_node.h.

Member Data Documentation

◆ next

MpscQueueData* roc::core::MpscQueueData::next

Next list element.

Definition at line 26 of file mpsc_queue_node.h.

◆ queue

void* roc::core::MpscQueueData::queue

Pointer to the containing queue.

Definition at line 29 of file mpsc_queue_node.h.


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