Generated on Thu Apr 11 14:00:06 2019 for Gecode by doxygen 1.6.3

Gecode::Iter::Ranges::ScaleDown< I > Class Template Reference
[Range iterators]

Range iterator for pointwise division by a positive integer. More...

#include <ranges-scale.hpp>

List of all members.

Protected Attributes

i
 Iterator to be scaled down.
int a
 Divide by this factor.

Constructors and initialization



 ScaleDown (void)
 Default constructor.
 ScaleDown (I &i, int a)
 Initialize with ranges from i and scale factor a.
void init (I &i, int a)
 Initialize with ranges from i and scale factor a.

Iteration control



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

Detailed Description

template<class I>
class Gecode::Iter::Ranges::ScaleDown< I >

Range iterator for pointwise division by a positive integer.

Definition at line 95 of file ranges-scale.hpp.


Constructor & Destructor Documentation

template<class I >
Gecode::Iter::Ranges::ScaleDown< I >::ScaleDown ( void   )  [inline]

Default constructor.

Definition at line 215 of file ranges-scale.hpp.

template<class I >
Gecode::Iter::Ranges::ScaleDown< I >::ScaleDown ( I &  i,
int  a 
) [inline]

Initialize with ranges from i and scale factor a.

Definition at line 226 of file ranges-scale.hpp.


Member Function Documentation

template<class I >
void Gecode::Iter::Ranges::ScaleDown< I >::init ( I &  i,
int  a 
) [inline]

Initialize with ranges from i and scale factor a.

Definition at line 219 of file ranges-scale.hpp.

template<class I >
void Gecode::Iter::Ranges::ScaleDown< I >::operator++ ( void   )  [inline]

Move iterator to next range (if possible).

Definition at line 194 of file ranges-scale.hpp.


Member Data Documentation

template<class I >
I Gecode::Iter::Ranges::ScaleDown< I >::i [protected]

Iterator to be scaled down.

Definition at line 98 of file ranges-scale.hpp.

template<class I >
int Gecode::Iter::Ranges::ScaleDown< I >::a [protected]

Divide by this factor.

Definition at line 100 of file ranges-scale.hpp.


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