Generated on Fri Aug 24 2012 04:52:32 for Gecode by doxygen 1.8.1.1
Gecode::Set::GlbRanges< SetVarImp * > Class Template Reference

Range iterator for the greatest lower bound of a set variable implementation. More...

#include <set.hpp>

List of all members.

Constructors and initialization

 GlbRanges (void)
 Default constructor.
 GlbRanges (const SetVarImp *x)
 Initialize with ranges for variable implementation x.
void init (const SetVarImp *)
 Initialize with ranges for variable implementation x.

Additional Inherited Members

- Public Member Functions inherited from Gecode::Set::BndSetRanges
 BndSetRanges (void)
 Default constructor.
 BndSetRanges (const BndSet &s)
 Initialize with BndSet s.
void init (const BndSet &s)
 Initialize with BndSet s.

Detailed Description

template<>
class Gecode::Set::GlbRanges< SetVarImp * >

Range iterator for the greatest lower bound of a set variable implementation.

This class provides (by specialization) a range iterator for the greatest lower bounds of set variable implementations.

Definition at line 482 of file set.hpp.


Constructor & Destructor Documentation

Gecode::Set::GlbRanges< SetVarImp * >::GlbRanges ( void  )
inline

Default constructor.

Reimplemented in Gecode::Set::GlbRanges< SetView >.

Definition at line 496 of file set.hpp.

Gecode::Set::GlbRanges< SetVarImp * >::GlbRanges ( const SetVarImp x)
inline

Initialize with ranges for variable implementation x.

Definition at line 499 of file set.hpp.


Member Function Documentation

void Gecode::Set::GlbRanges< SetVarImp * >::init ( const SetVarImp x)
inline

Initialize with ranges for variable implementation x.

Definition at line 503 of file set.hpp.


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