Gecode::Iter::Ranges::NaryInter< I > Class Template Reference
[Range iterators]
Inherits Gecode::Iter::Ranges::MinMax.
Detailed Description
template<class I>
class Gecode::Iter::Ranges::NaryInter< I >
Range iterator for intersection for any number of iterators.
Requires
#include "gecode/iter.hh"
Definition at line 65 of file ranges-inter.icc.
Constructors and initialization | |
NaryInter (void) | |
Default constructor. | |
NaryInter (I *i, int n) | |
Initialize with n iterators in i. | |
void | init (I *i, int n) |
Initialize with n iterators in i. | |
Iteration control | |
void | operator++ (void) |
Move iterator to next range (if possible). | |
Protected Attributes | |
I * | is |
Array of iterators. | |
int | n |
Number of iterators. |
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 173 of file ranges-inter.icc. |
|
Initialize with n iterators in i.
Definition at line 177 of file ranges-inter.icc. |
Member Function Documentation
|
Initialize with n iterators in i.
Definition at line 189 of file ranges-inter.icc. |
|
Move iterator to next range (if possible).
Definition at line 140 of file ranges-inter.icc. |
Member Data Documentation
|
Array of iterators.
Definition at line 68 of file ranges-inter.icc. |
|
Number of iterators.
Definition at line 70 of file ranges-inter.icc. |
The documentation for this class was generated from the following file:
- gecode/iter/ranges-inter.icc (Revision: 3515)