Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
roc::core::MpscQueueData Struct Reference

MpscQueue node internal data. More...

#include <roc_core/mpsc_queue_node.h>

Public Attributes

MpscQueueDatanext
 Next list element. More...
 
void * queue
 Pointer to the containing queue. More...
 

Detailed Description

MpscQueue node internal data.

Definition at line 24 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: