decompiler
1.0.0
|
The internal sub-range object for the interval map. More...
Private Attributes | |
linetype | first |
Start of the disjoint sub-range. | |
linetype | last |
End of the disjoint sub-range. | |
linetype | a |
Start of full range occupied by the entire recordtype. | |
linetype | b |
End of full range occupied by the entire recordtype. | |
subsorttype | subsort |
How this should be sub-sorted. | |
std::list< _recordtype >::iterator | value |
Iterator pointing at the actual recordtype. | |
Friends | |
class | rangemap< _recordtype > |
class | PartIterator |
The internal sub-range object for the interval map.
It defines a disjoint range within the common refinement of all ranges in the container. It also knows about its containing range and recordtype.