Generated on Sun Aug 9 2020 05:34:08 for Gecode by doxygen 1.8.18
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...
 

Protected Attributes

GlbRanges< View > gr
 Lower bound iterator. More...
 
BndSetRanges cr
 Cached lower bound. More...
 

Detailed Description

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

Range iterator for difference of greatest lower bound and cache

Definition at line 934 of file view.hpp.

Constructor & Destructor Documentation

◆ GlbDiffRanges()

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

Constructor.

Definition at line 393 of file cached.hpp.

Member Data Documentation

◆ gr

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

Lower bound iterator.

Definition at line 1141 of file view.hpp.

◆ cr

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

Cached lower bound.

Definition at line 1143 of file view.hpp.


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