Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
List node internal data. More...
#include <list_node.h>
Public Attributes | |
ListData * | prev |
Previous list element. More... | |
ListData * | next |
Next list element. More... | |
void * | list |
The list this node is member of. More... | |
List node internal data.
Definition at line 24 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.