Generated on Thu Mar 22 10:39:59 2012 for Gecode by doxygen 1.6.3

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

Specialized mapping of ranges for non-strict maps. More...

#include <ranges-map.hpp>

List of all members.

Protected Member Functions

void next (void)
 Find next mapped range.

Protected Attributes

i
 Input range.
m
 Map for ranges.

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).

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.hpp.


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.hpp.

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.hpp.

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.hpp.


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.hpp.

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.hpp.

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.hpp.

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.hpp.


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.hpp.

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.hpp.


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