Generated on Sat May 25 2013 18:00:51 for Gecode by doxygen 1.8.3.1
Gecode::Set::GlbDiffRanges< View > Class Template Reference

Range iterator for difference of greatest lower bound and cache More...

#include <view.hpp>

Public Member Functions

 GlbDiffRanges (const CachedView< View > &x)
 Constructor. More...
 
- Public Member Functions inherited from Gecode::Iter::Ranges::Diff< GlbRanges< View >, BndSetRanges >
 Diff (void)
 Default constructor. More...
 
 Diff (GlbRanges< View > &i, BndSetRanges &j)
 Initialize with iterator i and j. More...
 
void init (GlbRanges< View > &i, BndSetRanges &j)
 Initialize with iterator i and j. More...
 
void operator++ (void)
 Move iterator to next range (if possible) More...
 

Protected Attributes

GlbRanges< View > gr
 Lower bound iterator. More...
 
BndSetRanges cr
 Cached lower bound. More...
 
- Protected Attributes inherited from Gecode::Iter::Ranges::Diff< GlbRanges< View >, BndSetRanges >
GlbRanges< View > i
 Iterator from which to subtract. More...
 
BndSetRanges j
 Iterator to be subtracted. More...
 
- Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range. More...
 
int ma
 Maximum of current range. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax
void finish (void)
 Set range such that iteration stops More...
 

Detailed Description

template<class View>
class Gecode::Set::GlbDiffRanges< View >

Range iterator for difference of greatest lower bound and cache

Definition at line 907 of file view.hpp.

Constructor & Destructor Documentation

template<class View >
Gecode::Set::GlbDiffRanges< View >::GlbDiffRanges ( const CachedView< View > &  x)
inline

Constructor.

Definition at line 385 of file cached.hpp.

Member Data Documentation

template<class View>
GlbRanges<View> Gecode::Set::GlbDiffRanges< View >::gr
protected

Lower bound iterator.

Definition at line 1103 of file view.hpp.

template<class View>
BndSetRanges Gecode::Set::GlbDiffRanges< View >::cr
protected

Cached lower bound.

Definition at line 1105 of file view.hpp.


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