Iterator for the values in the greatest lower bound of a set variable.
More...
#include <set.hh>
|
int | val (void) const |
| Return current value. More...
|
|
Iterator for the values in the greatest lower bound of a set variable.
Definition at line 370 of file set.hh.
◆ SetVarGlbValues() [1/2]
Gecode::SetVarGlbValues::SetVarGlbValues |
( |
void |
| ) |
|
◆ SetVarGlbValues() [2/2]
Gecode::SetVarGlbValues::SetVarGlbValues |
( |
const SetVar & |
x | ) |
|
|
inline |
Initialize to iterate values of variable x.
Definition at line 189 of file set.hpp.
◆ operator()()
bool Gecode::SetVarGlbValues::operator() |
( |
void |
| ) |
const |
|
inline |
Test whether iterator is still at a value or done.
Definition at line 195 of file set.hpp.
◆ operator++()
void Gecode::SetVarGlbValues::operator++ |
( |
void |
| ) |
|
|
inline |
Move iterator to next value (if possible)
Definition at line 200 of file set.hpp.
◆ val()
int Gecode::SetVarGlbValues::val |
( |
void |
| ) |
const |
|
inline |
Return current value.
Definition at line 205 of file set.hpp.
The documentation for this class was generated from the following files: