Specialized mapping of ranges for non-strict maps.
More...
#include <ranges-map.hpp>
Protected Member Functions |
| void | next (void) |
| | Find next mapped range.
|
| void | finish (void) |
| | Set range such that iteration stops
|
Protected Attributes |
| I | i |
| | Input range.
|
| M | m |
| | Map for ranges.
|
| int | mi |
| | Minimum of current range.
|
| int | ma |
| | Maximum of current range.
|
Constructors and initialization |
| | Map (void) |
| | Default constructor.
|
| | Map (I &i) |
| | Initialize with ranges from i.
|
| | Map (I &i, const M &m) |
| | Initialize with ranges from i and map m.
|
| void | init (I &i) |
| | Initialize with ranges from i.
|
| void | init (I &i, const M &m) |
| | Initialize with ranges from i and map m.
|
Iteration control |
| void | operator++ (void) |
| | Move iterator to next range (if possible)
|
Additional Inherited Members |
| | MinMax (void) |
| | Default constructor.
|
| | MinMax (int min, int max) |
| | Initialize with range min to max.
|
| bool | operator() (void) const |
| | Test whether iterator is still at a range or done.
|
| 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)
|
Detailed Description
template<class I, class M>
class Gecode::Iter::Ranges::Map< I, M, false >
Specialized mapping of ranges for non-strict maps.
Definition at line 86 of file ranges-map.hpp.
Constructor & Destructor Documentation
template<class I , class M >
template<class I , class M >
template<class I , class M >
Initialize with ranges from i and map m.
Definition at line 196 of file ranges-map.hpp.
Member Function Documentation
template<class I , class M >
template<class I , class M >
template<class I , class M >
Initialize with ranges from i and map m.
Definition at line 185 of file ranges-map.hpp.
template<class I , class M >
Move iterator to next range (if possible)
Definition at line 202 of file ranges-map.hpp.
Member Data Documentation
template<class I , class M >
template<class I , class M >
The documentation for this class was generated from the following file: