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. | |
Protected Attributes | |
GlbRanges< View > | gr |
Lower bound iterator. | |
BndSetRanges | cr |
Cached lower bound. |
Detailed Description
template<class View>
class Gecode::Set::GlbDiffRanges< View >
Range iterator for difference of greatest lower bound and cache
Definition at line 1101 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] |
template<class View>
BndSetRanges Gecode::Set::GlbDiffRanges< View >::cr [protected] |
The documentation for this class was generated from the following files:
- gecode/set/view.hpp (Revision: 15162)
- gecode/set/view/cached.hpp (Revision: 14967)