Generated on Sat Aug 25 2012 15:53:13 for Gecode by doxygen 1.7.5
Gecode::Iter::Ranges::Diff Class Reference

Range iterator for computing set difference. More...

#include <ranges-diff.hpp>

List of all members.

Protected Attributes

i
 Iterator from which to subtract.
j
 Iterator to be subtracted.

Constructors and initialization

 Diff (void)
 Default constructor.
 Diff (I &i, J &j)
 Initialize with iterator i and j.
void init (I &i, J &j)
 Initialize with iterator i and j.

Iteration control

void operator++ (void)
 Move iterator to next range (if possible)

Detailed Description

Range iterator for computing set difference.


Constructor & Destructor Documentation

Gecode::Iter::Ranges::Diff::Diff ( void  ) [inline]

Default constructor.

Definition at line 113 of file ranges-diff.hpp.

Gecode::Iter::Ranges::Diff::Diff ( I &  i,
J &  j 
) [inline]

Initialize with iterator i and j.

Definition at line 117 of file ranges-diff.hpp.


Member Function Documentation

void Gecode::Iter::Ranges::Diff::init ( I &  i,
J &  j 
) [inline]

Initialize with iterator i and j.

Definition at line 129 of file ranges-diff.hpp.

void Gecode::Iter::Ranges::Diff::operator++ ( void  ) [inline]

Move iterator to next range (if possible)

Definition at line 75 of file ranges-diff.hpp.


Member Data Documentation

Iterator from which to subtract.

Definition at line 50 of file ranges-diff.hpp.

Iterator to be subtracted.

Definition at line 52 of file ranges-diff.hpp.


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