Generated on Sat Aug 25 2012 15:53:12 for Gecode by doxygen 1.7.5
Gecode::Int::Element::Int::IterValUnmark Class Reference

Value iterator for values in index-value map. More...

#include <element.hh>

List of all members.

Public Member Functions

 IterValUnmark (IdxVal *iv)
 Initialize with start.
bool operator() (void) const
 Test whether more pairs to be iterated.
void operator++ (void)
 Move to next index value pair (next value)
Val val (void) const
 Return value of current index value pair.

Detailed Description

Value iterator for values in index-value map.

Note that the iterated value sequence is not strictly increasing (might contain duplicates).

The iterator also removes marked index-value pairs.


Constructor & Destructor Documentation

Gecode::Int::Element::Int::IterValUnmark::IterValUnmark ( IdxVal iv) [inline]

Initialize with start.

Definition at line 113 of file int.hpp.


Member Function Documentation

bool Gecode::Int::Element::Int::IterValUnmark::operator() ( void  ) const [inline]

Test whether more pairs to be iterated.

Definition at line 123 of file int.hpp.

void Gecode::Int::Element::Int::IterValUnmark::operator++ ( void  ) [inline]

Move to next index value pair (next value)

Definition at line 128 of file int.hpp.

Val Gecode::Int::Element::Int::IterValUnmark::val ( void  ) const [inline]

Return value of current index value pair.

Definition at line 137 of file int.hpp.


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