Test::Int::IntConLevels Class Reference
Iterator for integer consistency levels. More...
#include <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. |
Detailed Description
Iterator for integer consistency levels.
Definition at line 284 of file int.hh.
Constructor & Destructor Documentation
Test::Int::IntConLevels::IntConLevels | ( | void | ) | [inline] |
Member Function Documentation
bool Test::Int::IntConLevels::operator() | ( | void | ) | const [inline] |
void Test::Int::IntConLevels::operator++ | ( | void | ) | [inline] |
Gecode::IntConLevel Test::Int::IntConLevels::icl | ( | void | ) | const [inline] |
The documentation for this class was generated from the following files: