Gecode::Int::Element::IterIdx Class Reference
List of all members.Detailed Description
Value iterator for indices in index-value map.The iterator also removes marked index-value pairs.
Definition at line 62 of file int.icc.
Public Member Functions | |
| IterIdx (void) | |
| IterIdx (IdxValLink &) | |
| void | init (IdxValLink &) |
| bool | operator() (void) const |
| void | operator++ (void) |
| int | val (void) const |
Constructor & Destructor Documentation
| Gecode::Int::Element::IterIdx::IterIdx | ( | IdxValLink & | ) | [inline] |
Member Function Documentation
| void Gecode::Int::Element::IterIdx::init | ( | IdxValLink & | ) | [inline] |
| bool Gecode::Int::Element::IterIdx::operator() | ( | void | ) | const [inline] |
| void Gecode::Int::Element::IterIdx::operator++ | ( | void | ) | [inline] |
| int Gecode::Int::Element::IterIdx::val | ( | void | ) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/int/element/int.icc (Revision: 3512)
