Range iterator for difference of least upper bound and cache More...
#include <view.hpp>
Public Member Functions | |
LubDiffRanges (const CachedView< View > &x) | |
Constructor. | |
![]() | |
Diff (void) | |
Default constructor. | |
Diff (BndSetRanges &i, LubRanges< View > &j) | |
Initialize with iterator i and j. | |
void | init (BndSetRanges &i, LubRanges< View > &j) |
Initialize with iterator i and j. | |
void | operator++ (void) |
Move iterator to next range (if possible) |
Protected Attributes | |
BndSetRanges | cr |
Cached upper bound. | |
LubRanges< View > | lr |
Upper bound iterator. | |
![]() | |
BndSetRanges | i |
Iterator from which to subtract. | |
LubRanges< View > | j |
Iterator to be subtracted. | |
![]() | |
int | mi |
Minimum of current range. | |
int | ma |
Maximum of current range. |
Additional Inherited Members | |
![]() | |
void | finish (void) |
Set range such that iteration stops |
Range iterator for difference of least upper bound and cache
|
inline |
Constructor.
Definition at line 392 of file cached.hpp.
|
protected |
|
protected |