Generated on Mon Sep 17 2012 22:21:01 for Gecode by doxygen 1.8.1.1
Gecode::Set::RangesCompl< I > Class Template Reference

A complement iterator spezialized for the BndSet limits. More...

#include <var-imp.hpp>

List of all members.

Constructors and initialization

 RangesCompl (void)
 Default constructor.
 RangesCompl (I &i)
 Initialize with iterator i.
void init (I &i)
 Initialize with iterator i.

Additional Inherited Members

- Public Member Functions inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >
 Compl (void)
 Default constructor.
 Compl (I &i)
 Initialize with iterator i.
void operator++ (void)
 Move iterator to next range (if possible)
- Protected Member Functions inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >
void start (void)
 Initialize.
- Protected Member Functions inherited from Gecode::Iter::Ranges::MinMax
void finish (void)
 Set range such that iteration stops
- Protected Attributes inherited from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >
i
 Iterator to compute complement for.
- Protected Attributes inherited from Gecode::Iter::Ranges::MinMax
int mi
 Minimum of current range.
int ma
 Maximum of current range.

Detailed Description

template<class I>
class Gecode::Set::RangesCompl< I >

A complement iterator spezialized for the BndSet limits.

Definition at line 296 of file var-imp.hpp.


Constructor & Destructor Documentation

template<class I >
Gecode::Set::RangesCompl< I >::RangesCompl ( void  )

Default constructor.

Definition at line 409 of file integerset.hpp.

template<class I>
Gecode::Set::RangesCompl< I >::RangesCompl ( I &  i)

Initialize with iterator i.

Definition at line 412 of file integerset.hpp.


Member Function Documentation

template<class I>
void Gecode::Set::RangesCompl< I >::init ( I &  i)

Initialize with iterator i.

Reimplemented from Gecode::Iter::Ranges::Compl< Limits::min, Limits::max, I >.

Definition at line 418 of file integerset.hpp.


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