Generated on Fri May 4 2012 13:51:44 for Gecode by doxygen 1.7.6.1
Gecode::IntSetValues Class Reference

Value iterator for integer sets. More...

#include <int.hh>

List of all members.

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.

Detailed Description

Value iterator for integer sets.

Definition at line 297 of file int.hh.


Constructor & Destructor Documentation

Default constructor.

Definition at line 211 of file int-set-1.hpp.

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

Initialize with values for s.

Definition at line 214 of file int-set-1.hpp.


Member Function Documentation

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

Initialize with values for s.

Definition at line 220 of file int-set-1.hpp.


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