#include <bursttriemap.h>
◆ IteratorBase() [1/3]
◆ IteratorBase() [2/3]
◆ IteratorBase() [3/3]
◆ operator Bool()
◆ GetKey()
const K& GetKey |
( |
| ) |
const |
Returns the key of the current key-value-pair of this iterator.
- Returns
- Current key of this iterator.
◆ GetValue()
const V& GetValue |
( |
| ) |
const |
Returns the value of the current key-value-pair of this iterator.
- Returns
- Current value of this iterator.
◆ operator==()
◆ operator<()
◆ MAXON_OPERATOR_COMPARISON()
◆ MoveToNext()
void MoveToNext |
( |
Bool |
init | ) |
|
|
protected |
◆ MoveToPrev()
◆ BurstTrieMap
◆ _map
◆ _rootIndex
Current index in the map's _roots array.
◆ _bucketIndex
Current index in the bucket.
◆ _top
Last valid index into the _path/_index-arrays.
◆ _bucket
◆ _path
Current path from the root to _bucket.
◆ _index
Used child indices along the path.