
Specialized mapping of ranges for non-strict maps. More...
#include <ranges-map.hpp>
Protected Member Functions | |
| void | next (void) |
| Find next mapped range. | |
Protected Attributes | |
| I | i |
| Input range. | |
| M | m |
| Map for ranges. | |
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) | |
Specialized mapping of ranges for non-strict maps.
Definition at line 86 of file ranges-map.hpp.
| Gecode::Iter::Ranges::Map< I, M, false >::Map | ( | void | ) | [inline] |
Default constructor.
Definition at line 161 of file ranges-map.hpp.
| Gecode::Iter::Ranges::Map< I, M, false >::Map | ( | I & | i | ) | [inline] |
Initialize with ranges from i.
Definition at line 191 of file ranges-map.hpp.
| Gecode::Iter::Ranges::Map< I, M, false >::Map | ( | I & | i, |
| const M & | m | ||
| ) | [inline] |
Initialize with ranges from i and map m.
Definition at line 196 of file ranges-map.hpp.
| void Gecode::Iter::Ranges::Map< I, M, false >::next | ( | void | ) | [inline, protected] |
Find next mapped range.
Definition at line 165 of file ranges-map.hpp.
| void Gecode::Iter::Ranges::Map< I, M, false >::init | ( | I & | i | ) | [inline] |
Initialize with ranges from i.
Definition at line 180 of file ranges-map.hpp.
| void Gecode::Iter::Ranges::Map< I, M, false >::init | ( | I & | i, |
| const M & | m | ||
| ) | [inline] |
Initialize with ranges from i and map m.
Definition at line 185 of file ranges-map.hpp.
| void Gecode::Iter::Ranges::Map< I, M, false >::operator++ | ( | void | ) | [inline] |
Move iterator to next range (if possible)
Definition at line 202 of file ranges-map.hpp.
I Gecode::Iter::Ranges::Map< I, M, false >::i [protected] |
Input range.
Definition at line 89 of file ranges-map.hpp.
M Gecode::Iter::Ranges::Map< I, M, false >::m [protected] |
Map for ranges.
Definition at line 91 of file ranges-map.hpp.