Range iterator for difference of greatest lower bound and cache More...
#include <view.hpp>
Public Member Functions | |
GlbDiffRanges (const CachedView< View > &x) | |
Constructor. | |
![]() | |
Diff (void) | |
Default constructor. | |
Diff (GlbRanges< View > &i, BndSetRanges &j) | |
Initialize with iterator i and j. | |
void | init (GlbRanges< View > &i, BndSetRanges &j) |
Initialize with iterator i and j. | |
void | operator++ (void) |
Move iterator to next range (if possible) |
Protected Attributes | |
GlbRanges< View > | gr |
Lower bound iterator. | |
BndSetRanges | cr |
Cached lower bound. | |
![]() | |
GlbRanges< View > | i |
Iterator from which to subtract. | |
BndSetRanges | j |
Iterator to be subtracted. | |
![]() | |
int | mi |
Minimum of current range. | |
int | ma |
Maximum of current range. |
Range iterator for difference of greatest lower bound and cache
|
inline |
Constructor.
Definition at line 385 of file cached.hpp.
|
protected |
|
protected |