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

Gecode::IntSetValues Class Reference
[Integer variablesSet variables]

#include <int.hh>

Inherits Gecode::Iter::Ranges::ToValues< Gecode::IntSetRanges >.

List of all members.


Detailed Description

Value iterator for integer sets.

Definition at line 260 of file int.hh.


Constructors and initialization

 IntSetValues (void)
 Default constructor.
 IntSetValues (const IntSet &s)
 Initialize with values for s.
void init (const IntSet &s)
 Initialize with values for s.

Constructor & Destructor Documentation

Gecode::IntSetValues::IntSetValues ( void   )  [inline]

Default constructor.

Definition at line 178 of file int-set.icc.

Gecode::IntSetValues::IntSetValues ( const IntSet s  )  [inline]

Initialize with values for s.

Definition at line 181 of file int-set.icc.


Member Function Documentation

void Gecode::IntSetValues::init ( const IntSet s  )  [inline]

Initialize with values for s.

Definition at line 187 of file int-set.icc.


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