Class ADT.CritBit.StringTree()->Iterator
- Description
Iterator class for StringTree trees. Supports iterating over ranges with arbitrary stepping and direction.
This is used by default when calling
foreachon an object of StringTree. Inforeachthe iterator runs over all elements from the first to the last.- See also
predef::Iterator for a description of the interface.