Generated on Sat Aug 25 2012 15:53:13 for Gecode by doxygen 1.7.5
Gecode::Iter::Ranges::Inter Class Reference

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

#include <ranges-inter.hpp>

List of all members.

Protected Attributes

i
 First iterator.
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)

Detailed Description

Range iterator for computing intersection (binary)


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 141 of file ranges-inter.hpp.

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

Initialize with iterator i and j.

Definition at line 145 of file ranges-inter.hpp.


Member Function Documentation

void Gecode::Iter::Ranges::Inter::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::operator++ ( void  ) [inline]

Move iterator to next range (if possible)

Definition at line 122 of file ranges-inter.hpp.


Member Data Documentation

First iterator.

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

Second iterator.

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


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