libdatrie
0.2.12
|
TrieIterator structure. More...
Data Fields | |
const TrieState * | root |
TrieState * | state |
TrieString * | key |
TrieIterator structure.
TrieString* _TrieIterator::key |
buffer for calculating the entry key
const TrieState* _TrieIterator::root |
the state to start iteration from
TrieState* _TrieIterator::state |
the current state