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

Test::Int::IntRelTypes Class Reference

#include <int.hh>

List of all members.


Detailed Description

Iterator for integer relation types.

Definition at line 216 of file int.hh.


Public Member Functions

 IntRelTypes (void)
 Initialize iterator.
void reset (void)
 Reset iterator.
bool operator() (void) const
 Test whether iterator is done.
void operator++ (void)
 Increment to next relation type.
Gecode::IntRelType irt (void) const
 Return current relation type.

Constructor & Destructor Documentation

Test::Int::IntRelTypes::IntRelTypes ( void   )  [inline]

Initialize iterator.

Definition at line 228 of file int.icc.


Member Function Documentation

void Test::Int::IntRelTypes::reset ( void   )  [inline]

Reset iterator.

Definition at line 231 of file int.icc.

bool Test::Int::IntRelTypes::operator() ( void   )  const [inline]

Test whether iterator is done.

Definition at line 235 of file int.icc.

void Test::Int::IntRelTypes::operator++ ( void   )  [inline]

Increment to next relation type.

Definition at line 239 of file int.icc.

Gecode::IntRelType Test::Int::IntRelTypes::irt ( void   )  const [inline]

Return current relation type.

Definition at line 243 of file int.icc.


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