Generated on Sat Feb 7 2015 02:01:47 for Gecode by doxygen 1.8.9.1
Gecode::Int::Element::PairValues Class Reference

Value iterator for pair of iterators. More...

Constructors and initialization

 PairValues (IntView x, IntView y, int w)
 Initialize with views x and y and width w. More...
 

Iteration control

bool operator() (void) const
 Test whether iterator is still at a value or done. More...
 
void operator++ (void)
 Move iterator to next value (if possible) More...
 

Value access

int val (void) const
 Return current value. More...
 

Detailed Description

Value iterator for pair of iterators.

Definition at line 48 of file pair.cpp.

Constructor & Destructor Documentation

Gecode::Int::Element::PairValues::PairValues ( IntView  x,
IntView  y,
int  w 
)
inline

Initialize with views x and y and width w.

Definition at line 81 of file pair.cpp.

Member Function Documentation

bool Gecode::Int::Element::PairValues::operator() ( void  ) const
inline

Test whether iterator is still at a value or done.

Definition at line 91 of file pair.cpp.

void Gecode::Int::Element::PairValues::operator++ ( void  )
inline

Move iterator to next value (if possible)

Definition at line 84 of file pair.cpp.

int Gecode::Int::Element::PairValues::val ( void  ) const
inline

Return current value.

Definition at line 95 of file pair.cpp.


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