Gecode::Int::Extensional::LayerValues Class Reference
List of all members.
Detailed Description
Iterator for telling variable domains by scanning support.
Definition at line 97 of file layered-graph.icc.
|
Public Member Functions |
| LayerValues (void) |
| Default constructor.
|
| LayerValues (const Layer &l) |
| Initialize for support of layer l.
|
void | init (const Layer &l) |
| Initialize for support of layer l.
|
bool | operator() (void) const |
| Test whether more values supported.
|
void | operator++ (void) |
| Move to next supported value.
|
int | val (void) const |
| Return supported value.
|
Constructor & Destructor Documentation
Gecode::Int::Extensional::LayerValues::LayerValues |
( |
void |
|
) |
[inline] |
Gecode::Int::Extensional::LayerValues::LayerValues |
( |
const Layer & |
l |
) |
[inline] |
Member Function Documentation
void Gecode::Int::Extensional::LayerValues::init |
( |
const Layer & |
l |
) |
[inline] |
bool Gecode::Int::Extensional::LayerValues::operator() |
( |
void |
|
) |
const [inline] |
void Gecode::Int::Extensional::LayerValues::operator++ |
( |
void |
|
) |
[inline] |
int Gecode::Int::Extensional::LayerValues::val |
( |
void |
|
) |
const [inline] |
The documentation for this class was generated from the following file: