|
cbase 1.50.0
C/C++ Static Template
|
Iterator for walking all live entries in a map. More...
#include <base_map.h>

Public Attributes | |
| BaseMap * | map |
| usize | bucket_idx |
| BaseMapNode * | node |
Iterator for walking all live entries in a map.
Initialize with base_map_iter_begin(), advance with base_map_iter_next().
Definition at line 118 of file base_map.h.
| usize BaseMapIter::bucket_idx |
Current bucket index.
Definition at line 120 of file base_map.h.
| BaseMap* BaseMapIter::map |
The map being iterated.
Definition at line 119 of file base_map.h.
| BaseMapNode* BaseMapIter::node |
Current node within the bucket chain.
Definition at line 121 of file base_map.h.