Generated on Sat Feb 7 2015 02:01:50 for Gecode by doxygen 1.8.9.1
Gecode::Iter::Ranges::Inter< I, J > Class Template Reference

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

#include <ranges-inter.hpp>

Protected Attributes

i
 First iterator. More...
 
j
 Second iterator. More...
 
- Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range. More...
 
int ma
 Maximum of current range. More...
 

Constructors and initialization

 Inter (void)
 Default constructor. More...
 
 Inter (I &i, J &j)
 Initialize with iterator i and j. More...
 
void init (I &i, J &j)
 Initialize with iterator i and j. More...
 

Iteration control

void operator++ (void)
 Move iterator to next range (if possible) More...
 

Additional Inherited Members

- Public Member Functions inherited from Gecode::Iter::Ranges::MinMax
 MinMax (void)
 Default constructor. More...
 
 MinMax (int min, int max)
 Initialize with range min to max. More...
 
bool operator() (void) const
 Test whether iterator is still at a range or done. More...
 
int min (void) const
 Return smallest value of range. More...
 
int max (void) const
 Return largest value of range. More...
 
unsigned int width (void) const
 Return width of range (distance between minimum and maximum) More...
 
- Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax
void finish (void)
 Set range such that iteration stops More...
 

Detailed Description

template<class I, class J>
class Gecode::Iter::Ranges::Inter< I, J >

Range iterator for computing intersection (binary)

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

Constructor & Destructor Documentation

template<class I , class J >
Gecode::Iter::Ranges::Inter< I, J >::Inter ( void  )
inline

Default constructor.

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

template<class I , class J >
Gecode::Iter::Ranges::Inter< I, J >::Inter ( I &  i,
J &  j 
)
inline

Initialize with iterator i and j.

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

Member Function Documentation

template<class I , class J >
void Gecode::Iter::Ranges::Inter< I, J >::init ( I &  i,
J &  j 
)
inline

Initialize with iterator i and j.

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

template<class I , class J >
void Gecode::Iter::Ranges::Inter< I, J >::operator++ ( void  )
inline

Move iterator to next range (if possible)

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

Member Data Documentation

template<class I, class J>
I Gecode::Iter::Ranges::Inter< I, J >::i
protected

First iterator.

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

template<class I, class J>
J Gecode::Iter::Ranges::Inter< I, J >::j
protected

Second iterator.

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


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