Generated on Mon Aug 25 11:35:52 2008 for Gecode by doxygen 1.5.6

Gecode::Iter::Ranges::Map< I, M, false > Class Template Reference

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

List of all members.


Detailed Description

template<class I, class M>
class Gecode::Iter::Ranges::Map< I, M, false >

Specialized mapping of ranges for non-strict maps.

Definition at line 86 of file ranges-map.icc.


Constructors and initialization

 Map (void)
 Default constructor.
 Map (I &i)
 Initialize with ranges from i.
 Map (I &i, const M &m)
 Initialize with ranges from i and map m.
void init (I &i)
 Initialize with ranges from i.
void init (I &i, const M &m)
 Initialize with ranges from i and map m.

Iteration control

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

Protected Member Functions

void next (void)
 Find next mapped range.

Protected Attributes

i
 Input range.
m
 Map for ranges.

Constructor & Destructor Documentation

template<class I, class M>
Gecode::Iter::Ranges::Map< I, M, false >::Map ( void   )  [inline]

Default constructor.

Definition at line 161 of file ranges-map.icc.

template<class I, class M>
Gecode::Iter::Ranges::Map< I, M, false >::Map ( I &  i  )  [inline]

Initialize with ranges from i.

Definition at line 191 of file ranges-map.icc.

template<class I, class M>
Gecode::Iter::Ranges::Map< I, M, false >::Map ( I &  i,
const M &  m 
) [inline]

Initialize with ranges from i and map m.

Definition at line 196 of file ranges-map.icc.


Member Function Documentation

template<class I, class M>
void Gecode::Iter::Ranges::Map< I, M, false >::next ( void   )  [inline, protected]

Find next mapped range.

Definition at line 165 of file ranges-map.icc.

template<class I, class M>
void Gecode::Iter::Ranges::Map< I, M, false >::init ( I &  i  )  [inline]

Initialize with ranges from i.

Definition at line 180 of file ranges-map.icc.

template<class I, class M>
void Gecode::Iter::Ranges::Map< I, M, false >::init ( I &  i,
const M &  m 
) [inline]

Initialize with ranges from i and map m.

Definition at line 185 of file ranges-map.icc.

template<class I, class M>
void Gecode::Iter::Ranges::Map< I, M, false >::operator++ ( void   )  [inline]

Move iterator to next range (if possible).

Definition at line 202 of file ranges-map.icc.


Member Data Documentation

template<class I, class M>
I Gecode::Iter::Ranges::Map< I, M, false >::i [protected]

Input range.

Definition at line 89 of file ranges-map.icc.

template<class I, class M>
M Gecode::Iter::Ranges::Map< I, M, false >::m [protected]

Map for ranges.

Definition at line 91 of file ranges-map.icc.


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