Generated on Mon Aug 25 11:35:53 2008 for Gecode by doxygen 1.5.6

Gecode::Set::LubRanges< SetVarImp * > Class Template Reference
[Programming set actors]

Inherits Gecode::Set::BndSetRanges.

Inherited by Gecode::Set::LubRanges< SetView >.

List of all members.


Detailed Description

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

Range iterator for the least upper bound of a set variable implementation.

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

Definition at line 449 of file set.icc.


Constructors and initialization

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

Constructor & Destructor Documentation

Gecode::Set::LubRanges< SetVarImp * >::LubRanges ( void   )  [inline]

Default constructor.

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

Definition at line 463 of file set.icc.

Gecode::Set::LubRanges< SetVarImp * >::LubRanges ( const SetVarImp x  )  [inline]

Initialize with ranges for variable implementation x.

Definition at line 466 of file set.icc.


Member Function Documentation

void Gecode::Set::LubRanges< SetVarImp * >::init ( const SetVarImp x  )  [inline]

Initialize with ranges for variable implementation x.

Definition at line 470 of file set.icc.


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