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

List node internal data. More...

#include <list_node.h>

Collaboration diagram for roc::core::ListData:

Public Attributes

ListDataprev
 Previous list element. More...
 
ListDatanext
 Next list element. More...
 
void * list
 The list this node is member of. More...
 

Detailed Description

List node internal data.

Definition at line 24 of file list_node.h.

Member Data Documentation

◆ list

void* roc::core::ListData::list

The list this node is member of.

Remarks
NULL if node is not member of any list.

Definition at line 34 of file list_node.h.

◆ next

ListData* roc::core::ListData::next

Next list element.

Definition at line 29 of file list_node.h.

◆ prev

ListData* roc::core::ListData::prev

Previous list element.

Definition at line 26 of file list_node.h.


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