Gecode::Int::Channel::BoolIter Class Reference
Iterates the values to be removed as defined by an array of Boolean views. More...
Public Member Functions | |
| BoolIter (const ViewArray< BoolView > &x0, int o0) | |
| Initialize iterator. | |
| bool | operator() (void) const |
| Test whether further values available. | |
| int | val (void) const |
| Return value. | |
| void | operator++ (void) |
| Move to the next value. | |
Detailed Description
Iterates the values to be removed as defined by an array of Boolean views.
Definition at line 38 of file link-multi.cpp.
Constructor & Destructor Documentation
Initialize iterator.
Definition at line 58 of file link-multi.cpp.
Member Function Documentation
| bool Gecode::Int::Channel::BoolIter::operator() | ( | void | ) | const [inline] |
Test whether further values available.
Definition at line 64 of file link-multi.cpp.
| int Gecode::Int::Channel::BoolIter::val | ( | void | ) | const [inline] |
Return value.
Definition at line 68 of file link-multi.cpp.
| void Gecode::Int::Channel::BoolIter::operator++ | ( | void | ) | [inline] |
Move to the next value.
Definition at line 73 of file link-multi.cpp.
The documentation for this class was generated from the following file:
- gecode/int/channel/link-multi.cpp
