Iterator for the values in the greatest lower bound of a set variable. More...
#include <set.hh>
Constructors and initialization | |
SetVarGlbValues (void) | |
Default constructor. | |
SetVarGlbValues (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. |
Iterator for the values in the greatest lower bound of a set variable.
Default constructor.
Gecode::SetVarGlbValues::SetVarGlbValues | ( | const SetVar & | x | ) | [inline] |
bool Gecode::SetVarGlbValues::operator() | ( | void | ) | const [inline] |
void Gecode::SetVarGlbValues::operator++ | ( | void | ) | [inline] |
int Gecode::SetVarGlbValues::val | ( | void | ) | const [inline] |