Generated on Sat Feb 7 2015 02:01:54 for Gecode by doxygen 1.8.9.1
Test::Int::IntConLevels Class Reference

Iterator for integer consistency levels. More...

#include <int.hh>

Public Member Functions

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

Detailed Description

Iterator for integer consistency levels.

Definition at line 324 of file int.hh.

Constructor & Destructor Documentation

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

Initialize iterator.

Definition at line 301 of file int.hpp.

Member Function Documentation

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

Test whether iterator is done.

Definition at line 304 of file int.hpp.

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

Increment to next level.

Definition at line 308 of file int.hpp.

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

Return current level.

Definition at line 312 of file int.hpp.


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