Gecode::IntSetRanges int.hh
Constructors and initialization
forceinline Gecode::IntSetRanges::IntSetRanges (void) IntSetRanges void Default constructor. forceinline Gecode::IntSetRanges::IntSetRanges (const IntSet &s) IntSetRanges const IntSet & s Initialize with ranges for set s. void forceinline void Gecode::IntSetRanges::init (const IntSet &s) init const IntSet & s Initialize with ranges for set s.
Iteration control
bool forceinline bool Gecode::IntSetRanges::operator() (void) const operator() void Test whether iterator is still at a range or done. void forceinline void Gecode::IntSetRanges::operator++ (void) operator++ void Move iterator to next range (if possible)
Range access
int forceinline int Gecode::IntSetRanges::min (void) const min void Return smallest value of range. int forceinline int Gecode::IntSetRanges::max (void) const max void Return largest value of range. unsigned int forceinline unsigned int Gecode::IntSetRanges::width (void) const width void Return width of range (distance between minimum and maximum)
const IntSet::Range * const IntSet::Range* Gecode::IntSetRanges::i i Current range. const IntSet::Range * const IntSet::Range* Gecode::IntSetRanges::e e End range. Range iterator for integer sets. Gecode::IntSetRangese Gecode::IntSetRangesi Gecode::IntSetRangesinit Gecode::IntSetRangesIntSetRanges Gecode::IntSetRangesIntSetRanges Gecode::IntSetRangesmax Gecode::IntSetRangesmin Gecode::IntSetRangesoperator() Gecode::IntSetRangesoperator++ Gecode::IntSetRangeswidth