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

Gecode::Set::ArrayRanges Class Reference
[Set views]

List of all members.


Detailed Description

Range iterator for a two-dimensional array

Definition at line 44 of file const.icc.


Constructors and initialization

 ArrayRanges (void)
 Default constructor.
 ArrayRanges (int *ranges, int size)
 Initialize with ranges for array ranges which is of size size.
void init (int *ranges, int size)
 Initialize with ranges for array ranges which is of size size.

Iteration control

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

Range access

int min (void) const
 Return smallest value of range.
int max (void) const
 Return largest value of range.
unsigned int width (void) const
 Return width of range (distance between minimum and maximum).

Constructor & Destructor Documentation

Gecode::Set::ArrayRanges::ArrayRanges ( void   )  [inline]

Default constructor.

Definition at line 53 of file const.icc.

Gecode::Set::ArrayRanges::ArrayRanges ( int *  ranges,
int  size 
) [inline]

Initialize with ranges for array ranges which is of size size.

Definition at line 55 of file const.icc.


Member Function Documentation

void Gecode::Set::ArrayRanges::init ( int *  ranges,
int  size 
) [inline]

Initialize with ranges for array ranges which is of size size.

Definition at line 58 of file const.icc.

bool Gecode::Set::ArrayRanges::operator() ( void   )  const [inline]

Test whether iterator is still at a range or done.

Definition at line 66 of file const.icc.

void Gecode::Set::ArrayRanges::operator++ ( void   )  [inline]

Move iterator to next range (if possible).

Definition at line 68 of file const.icc.

int Gecode::Set::ArrayRanges::min ( void   )  const [inline]

Return smallest value of range.

Definition at line 74 of file const.icc.

int Gecode::Set::ArrayRanges::max ( void   )  const [inline]

Return largest value of range.

Definition at line 76 of file const.icc.

unsigned int Gecode::Set::ArrayRanges::width ( void   )  const [inline]

Return width of range (distance between minimum and maximum).

Definition at line 78 of file const.icc.


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