Generated on Sat Feb 7 2015 02:01:51 for Gecode by doxygen 1.8.9.1

Range iterator for a two-dimensional array More...

#include <const.hpp>

Constructors and initialization

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

Iteration control

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

Range access

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

Detailed Description

Range iterator for a two-dimensional array

Definition at line 44 of file const.hpp.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 53 of file const.hpp.

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.hpp.

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.hpp.

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.hpp.

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

Move iterator to next range (if possible)

Definition at line 68 of file const.hpp.

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

Return smallest value of range.

Definition at line 74 of file const.hpp.

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

Return largest value of range.

Definition at line 76 of file const.hpp.

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.hpp.


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