
Range iterator for computing intersection (binary) More...
#include <ranges-inter.hpp>
Protected Attributes | |
| I | i |
| First iterator. | |
| J | j |
| Second iterator. | |
Constructors and initialization | |
| Inter (void) | |
| Default constructor. | |
| Inter (I &i, J &j) | |
| Initialize with iterator i and j. | |
| void | init (I &i, J &j) |
| Initialize with iterator i and j. | |
Iteration control | |
| void | operator++ (void) |
| Move iterator to next range (if possible) | |
Range iterator for computing intersection (binary)
Definition at line 48 of file ranges-inter.hpp.
| Gecode::Iter::Ranges::Inter< I, J >::Inter | ( | void | ) | [inline] |
Default constructor.
Definition at line 141 of file ranges-inter.hpp.
| Gecode::Iter::Ranges::Inter< I, J >::Inter | ( | I & | i, |
| J & | j | ||
| ) | [inline] |
Initialize with iterator i and j.
Definition at line 145 of file ranges-inter.hpp.
| void Gecode::Iter::Ranges::Inter< I, J >::init | ( | I & | i, |
| J & | j | ||
| ) | [inline] |
Initialize with iterator i and j.
Definition at line 152 of file ranges-inter.hpp.
| void Gecode::Iter::Ranges::Inter< I, J >::operator++ | ( | void | ) | [inline] |
Move iterator to next range (if possible)
Definition at line 122 of file ranges-inter.hpp.
I Gecode::Iter::Ranges::Inter< I, J >::i [protected] |
First iterator.
Definition at line 51 of file ranges-inter.hpp.
J Gecode::Iter::Ranges::Inter< I, J >::j [protected] |
Second iterator.
Definition at line 53 of file ranges-inter.hpp.