Value iterator for pair of iterators.
More...
|
bool | operator() (void) const |
| Test whether iterator is still at a value or done.
|
|
void | operator++ (void) |
| Move iterator to next value (if possible)
|
|
|
int | val (void) const |
| Return current value.
|
|
Value iterator for pair of iterators.
Definition at line 44 of file pair.cpp.
◆ PairValues()
Gecode::Int::Element::PairValues::PairValues |
( |
IntView | x, |
|
|
IntView | y, |
|
|
int | w ) |
|
inline |
Initialize with views x and y and width w.
Definition at line 77 of file pair.cpp.
◆ operator()()
bool Gecode::Int::Element::PairValues::operator() |
( |
void | | ) |
const |
|
inline |
Test whether iterator is still at a value or done.
Definition at line 87 of file pair.cpp.
◆ operator++()
void Gecode::Int::Element::PairValues::operator++ |
( |
void | | ) |
|
|
inline |
Move iterator to next value (if possible)
Definition at line 80 of file pair.cpp.
◆ val()
int Gecode::Int::Element::PairValues::val |
( |
void | | ) |
const |
|
inline |
Return current value.
Definition at line 91 of file pair.cpp.
The documentation for this class was generated from the following file: