Gecode::Iter::Ranges::Union< I, J > Class Template Reference
[Range iterators]
Inherits Gecode::Iter::Ranges::MinMax.
Detailed Description
template<class I, class J>
class Gecode::Iter::Ranges::Union< I, J >
Range iterator for computing union (binary).
Requires
#include "gecode/iter.hh"
Definition at line 34 of file ranges-union.icc.
Constructors and initialization | |
Union (void) | |
Default constructor. | |
Union (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). |
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 132 of file ranges-union.icc. |
|
Initialize with iterator i and j.
Definition at line 136 of file ranges-union.icc. |
Member Function Documentation
|
Initialize with iterator i and j.
Definition at line 143 of file ranges-union.icc. |
|
Move iterator to next range (if possible).
Definition at line 102 of file ranges-union.icc. |
The documentation for this class was generated from the following file:
- gecode/iter/ranges-union.icc (Revision: 3515)