Gecode::Int::Element::IterVal Class Reference
List of all members.Detailed Description
Value iterator for values in index-value map.Note that the iterated value sequence is not strictly increasing (might contain duplicates).
Definition at line 118 of file int.icc.
Public Member Functions | |
| IterVal (void) | |
| IterVal (const IdxValLink &) | |
| void | init (const IdxValLink &) |
| bool | operator() (void) const |
| void | operator++ (void) |
| int | val (void) const |
Constructor & Destructor Documentation
| Gecode::Int::Element::IterVal::IterVal | ( | const IdxValLink & | ) | [inline] |
Member Function Documentation
| void Gecode::Int::Element::IterVal::init | ( | const IdxValLink & | ) | [inline] |
| bool Gecode::Int::Element::IterVal::operator() | ( | void | ) | const [inline] |
| void Gecode::Int::Element::IterVal::operator++ | ( | void | ) | [inline] |
| int Gecode::Int::Element::IterVal::val | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/int/element/int.icc (Revision: 3512)
