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