Gecode::Reflection::IntArrayArgRanges Class Reference
[Reflection API]
List of all members.
Detailed Description
Iterate over an
IntArrayArg, interpreting consecutive pairs of integers as ranges.
Definition at line 262 of file reflection.icc.
|
Public Member Functions |
| | IntArrayArgRanges (Reflection::IntArrayArg *a0) |
| | Constructor.
|
| bool | operator() (void) |
| | Test whether iterator is still at a valid range
|
| void | operator++ (void) |
| | Move iterator to next range.
|
| int | min (void) const |
| | Minimum of current range.
|
| int | max (void) const |
| | Maximum of current range.
|
| unsigned int | width (void) const |
| | Width of current range.
|
Constructor & Destructor Documentation
Member Function Documentation
| bool Gecode::Reflection::IntArrayArgRanges::operator() |
( |
void |
|
) |
|
Test whether iterator is still at a valid range
Definition at line 466 of file reflection.cc.
| void Gecode::Reflection::IntArrayArgRanges::operator++ |
( |
void |
|
) |
|
| int Gecode::Reflection::IntArrayArgRanges::min |
( |
void |
|
) |
const |
| int Gecode::Reflection::IntArrayArgRanges::max |
( |
void |
|
) |
const |
| unsigned int Gecode::Reflection::IntArrayArgRanges::width |
( |
void |
|
) |
const |
The documentation for this class was generated from the following files: