Generated on Tue Sep 25 2012 20:53:32 for Gecode by doxygen 1.7.5
Gecode::Iter::Ranges::Union Class Reference

Range iterator for computing union (binary) More...

#include <ranges-union.hpp>

List of all members.

Protected Attributes

i
 First iterator.
j
 Second iterator.

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)

Detailed Description

Range iterator for computing union (binary)


Constructor & Destructor Documentation

Gecode::Iter::Ranges::Union::Union ( void  ) [inline]

Default constructor.

Definition at line 159 of file ranges-union.hpp.

Gecode::Iter::Ranges::Union::Union ( I &  i,
J &  j 
) [inline]

Initialize with iterator i and j.

Definition at line 163 of file ranges-union.hpp.


Member Function Documentation

void Gecode::Iter::Ranges::Union::init ( I &  i,
J &  j 
) [inline]

Initialize with iterator i and j.

Definition at line 170 of file ranges-union.hpp.

void Gecode::Iter::Ranges::Union::operator++ ( void  ) [inline]

Move iterator to next range (if possible)

Definition at line 128 of file ranges-union.hpp.


Member Data Documentation

First iterator.

Definition at line 51 of file ranges-union.hpp.

Second iterator.

Definition at line 53 of file ranges-union.hpp.


The documentation for this class was generated from the following file: