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

Test::Int::IntConLevels Class Reference

#include <int.hh>

List of all members.


Detailed Description

Iterator for integer consistency levels.

Definition at line 198 of file int.hh.


Public Member Functions

 IntConLevels (void)
 Initialize iterator.
bool operator() (void) const
 Test whether iterator is done.
void operator++ (void)
 Increment to next level.
Gecode::IntConLevel icl (void) const
 Return current level.

Constructor & Destructor Documentation

Test::Int::IntConLevels::IntConLevels ( void   )  [inline]

Initialize iterator.

Definition at line 211 of file int.icc.


Member Function Documentation

bool Test::Int::IntConLevels::operator() ( void   )  const [inline]

Test whether iterator is done.

Definition at line 214 of file int.icc.

void Test::Int::IntConLevels::operator++ ( void   )  [inline]

Increment to next level.

Definition at line 218 of file int.icc.

Gecode::IntConLevel Test::Int::IntConLevels::icl ( void   )  const [inline]

Return current level.

Definition at line 222 of file int.icc.


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