|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
#include <mpsc_queue_node.h>
Public Member Functions | |
| MpscQueueNode * | container_of () |
| Get MpscQueueNode object that contains this ListData object. | |
Public Attributes | |
| MpscQueueData * | next |
| Next list element. | |
| void * | queue |
| Pointer to the containing queue. | |
List node data.
Definition at line 27 of file mpsc_queue_node.h.
|
inline |
Definition at line 34 of file mpsc_queue_node.h.
|
inline |
Get MpscQueueNode object that contains this ListData object.
Definition at line 40 of file mpsc_queue_node.h.
| MpscQueueData* roc::core::MpscQueueNode::MpscQueueData::next |
Next list element.
Definition at line 29 of file mpsc_queue_node.h.
| void* roc::core::MpscQueueNode::MpscQueueData::queue |
Pointer to the containing queue.
Definition at line 32 of file mpsc_queue_node.h.