Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Hashmap node internal data. More...
#include <hashmap_node.h>
Public Attributes | |
HashmapData * | bucket_prev |
Previous node in bucket. More... | |
HashmapData * | bucket_next |
Next node in bucket. More... | |
HashmapData * | all_prev |
Previous node in list of all nodes. More... | |
HashmapData * | all_next |
Next node in in list of all nodes. More... | |
hashsum_t | hash |
Cached node hash. More... | |
void * | bucket |
The bucket this node belongs to. More... | |
Hashmap node internal data.
Definition at line 25 of file hashmap_node.h.
HashmapData* roc::core::HashmapData::all_next |
Next node in in list of all nodes.
Definition at line 36 of file hashmap_node.h.
HashmapData* roc::core::HashmapData::all_prev |
Previous node in list of all nodes.
Definition at line 33 of file hashmap_node.h.
void* roc::core::HashmapData::bucket |
The bucket this node belongs to.
Definition at line 44 of file hashmap_node.h.
HashmapData* roc::core::HashmapData::bucket_next |
Next node in bucket.
Definition at line 30 of file hashmap_node.h.
HashmapData* roc::core::HashmapData::bucket_prev |
Previous node in bucket.
Definition at line 27 of file hashmap_node.h.
hashsum_t roc::core::HashmapData::hash |
Cached node hash.
Definition at line 39 of file hashmap_node.h.