Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::core::MpscQueueData Struct Reference

MpscQueue node internal data. More...

#include <mpsc_queue_node.h>

Collaboration diagram for roc::core::MpscQueueData:

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: