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