
Iterator for integer relation types. More...
#include <int.hh>
Public Member Functions | |
| IntRelTypes (void) | |
| Initialize iterator. | |
| void | reset (void) |
| Reset iterator. | |
| bool | operator() (void) const |
| Test whether iterator is done. | |
| void | operator++ (void) |
| Increment to next relation type. | |
| Gecode::IntRelType | irt (void) const |
| Return current relation type. | |
| Test::Int::IntRelTypes::IntRelTypes | ( | void | ) | [inline] |
| void Test::Int::IntRelTypes::reset | ( | void | ) | [inline] |
| bool Test::Int::IntRelTypes::operator() | ( | void | ) | const [inline] |
| void Test::Int::IntRelTypes::operator++ | ( | void | ) | [inline] |
| Gecode::IntRelType Test::Int::IntRelTypes::irt | ( | void | ) | const [inline] |