Generated on Wed Sep 5 2012 18:52:28 for Gecode by doxygen 1.8.1.1
Gecode::SetVarUnknownValues Class Reference

Iterator for the values in the unknown set of a set variable. More...

#include <set.hh>

List of all members.

Constructors and initialization

 SetVarUnknownValues (void)
 Default constructor.
 SetVarUnknownValues (const SetVar &x)
 Initialize to iterate values of variable x.

Iteration control

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

Value access

int val (void) const
 Return current value.

Detailed Description

Iterator for the values in the unknown set of a set variable.

Definition at line 424 of file set.hh.


Constructor & Destructor Documentation

Gecode::SetVarUnknownValues::SetVarUnknownValues ( void  )

Default constructor.

Gecode::SetVarUnknownValues::SetVarUnknownValues ( const SetVar x)
inline

Initialize to iterate values of variable x.

Definition at line 231 of file set.hpp.


Member Function Documentation

bool Gecode::SetVarUnknownValues::operator() ( void  ) const
inline

Test whether iterator is still at a value or done.

Definition at line 237 of file set.hpp.

void Gecode::SetVarUnknownValues::operator++ ( void  )
inline

Move iterator to next value (if possible)

Definition at line 242 of file set.hpp.

int Gecode::SetVarUnknownValues::val ( void  ) const
inline

Return current value.

Definition at line 247 of file set.hpp.


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