Generated on Thu Oct 26 14:25:52 2006 for Gecode by doxygen 1.4.7

Gecode::IntSetValues Class Reference
[Integer variables]

#include <int.hh>

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

List of all members.


Detailed Description

Value iterator for integer sets.

Definition at line 223 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 134 of file int-set.icc.

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

Initialize with values for s.

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


Member Function Documentation

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

Initialize with values for s.

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


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