![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
List node internal data. More...
#include <roc_core/list_node.h>
Public Attributes | |
| ListData * | prev |
| Previous list element. | |
| ListData * | next |
| Next list element. | |
| void * | list |
| The list this node is member of. | |
List node internal data.
Definition at line 24 of file list_node.h.
|
inline |
Definition at line 36 of file list_node.h.
| void* roc::core::ListData::list |
The list this node is member of.
Definition at line 34 of file list_node.h.
| ListData* roc::core::ListData::next |
Next list element.
Definition at line 29 of file list_node.h.
| ListData* roc::core::ListData::prev |
Previous list element.
Definition at line 26 of file list_node.h.