picotm
0.8.0
|
Maps keys to values.
#include <picotm-lib-shared-treemap.h>
Data Fields | |
atomic_uintptr_t | root |
unsigned long | depth |
unsigned long | level_nbits |
unsigned long picotm_shared_treemap::depth |
Tree depth is the number of directories in the hierarchy.
unsigned long picotm_shared_treemap::level_nbits |
The number of entries at each level of the tree hierarchy.
atomic_uintptr_t picotm_shared_treemap::root |
Top-level entry; either a directory or a value.