
Range iterator for cached integer views More...
#include <view.hpp>
Protected Attributes | |
| Iter::Ranges::RangeList | cr |
| Cached domain iterator. More... | |
| ViewRanges< View > | dr |
| Current domain iterator. More... | |
Constructors and initialization | |
| ViewDiffRanges (void) | |
| Default constructor. More... | |
| ViewDiffRanges (const CachedView< View > &x) | |
| Initialize with ranges for view x. More... | |
| void | init (const CachedView< View > &x) |
| Initialize with ranges for view x. More... | |
Range iterator for cached integer views
This iterator iterates the difference between the cached domain and the current domain of an integer view.
|
inline |
Default constructor.
Definition at line 378 of file cached.hpp.
|
inline |
Initialize with ranges for view x.
Definition at line 382 of file cached.hpp.
|
inline |
Initialize with ranges for view x.
Definition at line 389 of file cached.hpp.
|
protected |
|
protected |