Generated on Sun Apr 1 2012 00:25:28 for Gecode by doxygen 1.7.6.1
Gecode::Set::GlbRanges< ComplementView< View > > Class Template Reference

Range iterator for greatest lower bound of complement set views More...

#include <complement.hpp>

List of all members.

Constructors and initialization

 GlbRanges (void)
 Default constructor.
 GlbRanges (const ComplementView< View > &x)
 Initialize with ranges for view x.
void init (const ComplementView< View > &x)
 Initialize with ranges for view x.

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 ranges (distance between minimum and maximum)

Detailed Description

template<class View>
class Gecode::Set::GlbRanges< ComplementView< View > >

Range iterator for greatest lower bound of complement set views

Definition at line 442 of file complement.hpp.


Constructor & Destructor Documentation

template<class View >
Gecode::Set::GlbRanges< ComplementView< View > >::GlbRanges ( void  ) [inline]

Default constructor.

Definition at line 450 of file complement.hpp.

template<class View >
Gecode::Set::GlbRanges< ComplementView< View > >::GlbRanges ( const ComplementView< View > &  x) [inline]

Initialize with ranges for view x.

Definition at line 478 of file complement.hpp.


Member Function Documentation

template<class View >
void Gecode::Set::GlbRanges< ComplementView< View > >::init ( const ComplementView< View > &  x) [inline]

Initialize with ranges for view x.

Definition at line 483 of file complement.hpp.

template<class View >
bool Gecode::Set::GlbRanges< ComplementView< View > >::operator() ( void  ) const [inline]

Test whether iterator is still at a range or done.

Definition at line 490 of file complement.hpp.

template<class View >
void Gecode::Set::GlbRanges< ComplementView< View > >::operator++ ( void  ) [inline]

Move iterator to next range (if possible)

Definition at line 494 of file complement.hpp.

template<class View >
int Gecode::Set::GlbRanges< ComplementView< View > >::min ( void  ) const [inline]

Return smallest value of range.

Definition at line 498 of file complement.hpp.

template<class View >
int Gecode::Set::GlbRanges< ComplementView< View > >::max ( void  ) const [inline]

Return largest value of range.

Definition at line 502 of file complement.hpp.

template<class View >
unsigned int Gecode::Set::GlbRanges< ComplementView< View > >::width ( void  ) const [inline]

Return width of ranges (distance between minimum and maximum)

Definition at line 506 of file complement.hpp.


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