Test::Int::IntConLevels Class Reference
#include <int.hh>
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] |
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:
