Generated on Sat Aug 25 2012 15:53:11 for Gecode by doxygen 1.7.5
Gecode::Int::ViewDiffRanges Class Reference

Range iterator for cached integer views More...

#include <view.hpp>

List of all members.

Protected Attributes

Iter::Ranges::RangeList cr
 Cached domain iterator.
ViewRanges< View > dr
 Current domain iterator.

Constructors and initialization

 ViewDiffRanges (void)
 Default constructor.
 ViewDiffRanges (const CachedView< View > &x)
 Initialize with ranges for view x.
void init (const CachedView< View > &x)
 Initialize with ranges for view x.

Detailed Description

Range iterator for cached integer views

This iterator iterates the difference between the cached domain and the current domain of an integer view.


Constructor & Destructor Documentation

Gecode::Int::ViewDiffRanges::ViewDiffRanges ( void  ) [inline]

Default constructor.

Definition at line 366 of file cached.hpp.

Gecode::Int::ViewDiffRanges::ViewDiffRanges ( const CachedView< View > &  x) [inline]

Initialize with ranges for view x.

Definition at line 370 of file cached.hpp.


Member Function Documentation

void Gecode::Int::ViewDiffRanges::init ( const CachedView< View > &  x) [inline]

Initialize with ranges for view x.

Definition at line 377 of file cached.hpp.


Member Data Documentation

Cached domain iterator.

Definition at line 1294 of file view.hpp.

Current domain iterator.

Definition at line 1296 of file view.hpp.


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