Ghidra Decompiler Analysis Engine
List of all members
rangemap< _recordtype >::PartIterator Class Reference

An iterator into the interval map container. More...

#include <rangemap.hh>

Detailed Description

template<typename _recordtype>
class rangemap< _recordtype >::PartIterator

An iterator into the interval map container.

This is really an iterator to the underlying multiset, but dereferencing it returns the recordtype. Iteration occurs over the disjoint sub-ranges, thus the same recordtype may be visited multiple times by the iterator, depending on how much it overlaps other recordtypes. The sub-ranges are sorted in linear order, then depending on the subsorttype.


The documentation for this class was generated from the following file: