Value iterator producing subsets of an IntSet. More...
#include <set.hh>
Public Member Functions | |
CountableSetValues (void) | |
Default constructor. More... | |
CountableSetValues (const Gecode::IntSet &d0, int cur0) | |
Initialize with set d0 and bit-pattern cur0. More... | |
void | init (const Gecode::IntSet &d0, int cur0) |
Initialize with set d0 and bit-pattern cur0. More... | |
bool | operator() (void) const |
Test if finished. More... | |
void | operator++ (void) |
Move to next value. More... | |
int | val (void) const |
Return current value. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |