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

Gecode::Int::Element::IterVal Class Reference

List of all members.


Detailed Description

Value iterator for values in index-value map.

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

Definition at line 132 of file int.icc.


Public Member Functions

 IterVal (void)
 IterVal (const IdxValLink &)
void init (const IdxValLink &)
bool operator() (void) const
void operator++ (void)
int val (void) const

Constructor & Destructor Documentation

Gecode::Int::Element::IterVal::IterVal ( void   )  [inline]

Definition at line 145 of file int.icc.

Gecode::Int::Element::IterVal::IterVal ( const IdxValLink ivl  )  [inline]

Definition at line 147 of file int.icc.


Member Function Documentation

void Gecode::Int::Element::IterVal::init ( const IdxValLink ivl  )  [inline]

Definition at line 150 of file int.icc.

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

Definition at line 154 of file int.icc.

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

Definition at line 158 of file int.icc.

int Gecode::Int::Element::IterVal::val ( void   )  const [inline]

Definition at line 162 of file int.icc.


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