Generated on Wed Nov 1 15:05:21 2006 for Gecode by doxygen 1.4.5

Gecode::Iter::Ranges::Union< I, J > Class Template Reference
[Range iterators]

Inherits Gecode::Iter::Ranges::MinMax.

List of all members.


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

template<class I, class J>
Gecode::Iter::Ranges::Union< I, J >::Union void   )  [inline]
 

Default constructor.

Definition at line 132 of file ranges-union.icc.

template<class I, class J>
Gecode::Iter::Ranges::Union< I, J >::Union I &  i,
J &  j
[inline]
 

Initialize with iterator i and j.

Definition at line 136 of file ranges-union.icc.


Member Function Documentation

template<class I, class J>
void Gecode::Iter::Ranges::Union< I, J >::init I &  i,
J &  j
[inline]
 

Initialize with iterator i and j.

Definition at line 143 of file ranges-union.icc.

template<class I, class J>
void Gecode::Iter::Ranges::Union< I, J >::operator++ void   )  [inline]
 

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: