Gecode::Int::Channel::BoolIter Class Reference
Detailed Description
Iterates the values to be removed as defined by an array of Boolean views.Definition at line 43 of file link-multi.cc.
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. | |
Constructor & Destructor Documentation
Member Function Documentation
| bool Gecode::Int::Channel::BoolIter::operator() | ( | void | ) | const [inline] |
| int Gecode::Int::Channel::BoolIter::val | ( | void | ) | const [inline] |
| void Gecode::Int::Channel::BoolIter::operator++ | ( | void | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/int/channel/link-multi.cc (Revision: 6017)
