Gecode::SetVarUnknownValues Class Reference
[Range and value iterators for set variables]
List of all members.Detailed Description
Iterator for the values in the unknown set of a set variable.
Definition at line 1050 of file var.icc.
Constructors and initialization | |
SetVarUnknownValues (void) | |
Default constructor. | |
SetVarUnknownValues (const SetVar &x) | |
Initialize to iterate values of variable x. | |
Iteration control | |
bool | operator() (void) const |
Test whether iterator is still at a value or done. | |
void | operator++ (void) |
Move iterator to next value (if possible). | |
Value access | |
int | val (void) const |
Return current value. |
Constructor & Destructor Documentation
Gecode::SetVarUnknownValues::SetVarUnknownValues | ( | void | ) |
Default constructor.
Gecode::SetVarUnknownValues::SetVarUnknownValues | ( | const SetVar & | x | ) | [inline] |
Member Function Documentation
bool Gecode::SetVarUnknownValues::operator() | ( | void | ) | const [inline] |
void Gecode::SetVarUnknownValues::operator++ | ( | void | ) | [inline] |
int Gecode::SetVarUnknownValues::val | ( | void | ) | const [inline] |
The documentation for this class was generated from the following files:
- gecode/set/var.icc (Revision: 3568)
- gecode/set/var/set.icc (Revision: 2334)