Gecode::Iter::Ranges::Empty Class Reference
[Range iterators]
Inherited by Gecode::Set::GlbRanges< EmptyView >, and Gecode::Set::LubRanges< EmptyView >.
Detailed Description
Range iterator for empty range.Definition at line 46 of file ranges-empty.icc.
Constructors and initialization | |
| Empty (void) | |
| Default constructor. | |
| void | init (void) |
| Initialize. | |
Iteration control | |
| bool | operator() (void) const |
| Test whether iterator is still at a range or done. | |
| void | operator++ (void) |
| Move iterator to next range (if possible). | |
Range access | |
| int | min (void) const |
| Return smallest value of range. | |
| int | max (void) const |
| Return largest value of range. | |
| unsigned int | width (void) const |
| Return width of range (distance between minimum and maximum). | |
Constructor & Destructor Documentation
| Gecode::Iter::Ranges::Empty::Empty | ( | void | ) | [inline] |
Member Function Documentation
| void Gecode::Iter::Ranges::Empty::init | ( | void | ) | [inline] |
| bool Gecode::Iter::Ranges::Empty::operator() | ( | void | ) | const [inline] |
| void Gecode::Iter::Ranges::Empty::operator++ | ( | void | ) | [inline] |
| int Gecode::Iter::Ranges::Empty::min | ( | void | ) | const [inline] |
| int Gecode::Iter::Ranges::Empty::max | ( | void | ) | const [inline] |
| unsigned int Gecode::Iter::Ranges::Empty::width | ( | void | ) | const [inline] |
Return width of range (distance between minimum and maximum).
Definition at line 103 of file ranges-empty.icc.
The documentation for this class was generated from the following file:
- gecode/iter/ranges-empty.icc (Revision: 4973)
