Generated on Wed Nov 5 2014 05:18:47 for Gecode by doxygen 1.7.6.1
Test::Int::IntRelTypes Class Reference

Iterator for integer relation types. More...

#include <int.hh>

List of all members.

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.

Detailed Description

Iterator for integer relation types.

Definition at line 342 of file int.hh.


Constructor & Destructor Documentation

Initialize iterator.

Definition at line 318 of file int.hpp.


Member Function Documentation

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

Reset iterator.

Definition at line 321 of file int.hpp.

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

Test whether iterator is done.

Definition at line 325 of file int.hpp.

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

Increment to next relation type.

Definition at line 329 of file int.hpp.

Return current relation type.

Definition at line 333 of file int.hpp.


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