Generated on Fri May 4 2012 13:52:00 for Gecode by doxygen 1.7.6.1
Test::Int::IntConLevels Class Reference

Iterator for integer consistency levels. More...

#include <int.hh>

List of all members.

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.

Detailed Description

Iterator for integer consistency levels.

Definition at line 284 of file int.hh.


Constructor & Destructor Documentation

Initialize iterator.

Definition at line 259 of file int.hpp.


Member Function Documentation

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

Test whether iterator is done.

Definition at line 262 of file int.hpp.

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

Increment to next level.

Definition at line 266 of file int.hpp.

Return current level.

Definition at line 270 of file int.hpp.


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