![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Hashmap node internal data. More...
#include <roc_core/hashmap_node.h>
Public Attributes | |
| HashmapData * | bucket_prev |
| Previous node in bucket. | |
| HashmapData * | bucket_next |
| Next node in bucket. | |
| HashmapData * | all_prev |
| Previous node in list of all nodes. | |
| HashmapData * | all_next |
| Next node in in list of all nodes. | |
| hashsum_t | hash |
| Cached node hash. | |
| void * | bucket |
| The bucket this node belongs to. | |
Hashmap node internal data.
Definition at line 25 of file hashmap_node.h.
|
inline |
Definition at line 46 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.