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

Gecode::Int::Channel::BoolIter Class Reference

List of all members.


Detailed Description

Iterates the values to be removed as defined by an array of Boolean views.

Definition at line 43 of file link-multi.cc.


Public Member Functions

 BoolIter (const ViewArray< BoolView > &x0, int o0)
 Initialize iterator.
bool operator() (void) const
 Test whether further values available.
int val (void) const
 Return value.
void operator++ (void)
 Move to the next value.

Constructor & Destructor Documentation

Gecode::Int::Channel::BoolIter::BoolIter ( const ViewArray< BoolView > &  x0,
int  o0 
) [inline]

Initialize iterator.

Definition at line 63 of file link-multi.cc.


Member Function Documentation

bool Gecode::Int::Channel::BoolIter::operator() ( void   )  const [inline]

Test whether further values available.

Definition at line 69 of file link-multi.cc.

int Gecode::Int::Channel::BoolIter::val ( void   )  const [inline]

Return value.

Definition at line 73 of file link-multi.cc.

void Gecode::Int::Channel::BoolIter::operator++ ( void   )  [inline]

Move to the next value.

Definition at line 78 of file link-multi.cc.


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