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