Generated on Tue Jan 26 2021 00:00:00 for Gecode by doxygen 1.9.1
Test::Int::IntRelTypes Class Reference

Iterator for integer relation types. More...

#include <int.hh>

Public Member Functions

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

Detailed Description

Iterator for integer relation types.

Definition at line 368 of file int.hh.

Constructor & Destructor Documentation

◆ IntRelTypes()

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

Initialize iterator.

Definition at line 336 of file int.hpp.

Member Function Documentation

◆ reset()

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

Reset iterator.

Definition at line 339 of file int.hpp.

◆ operator()()

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

Test whether iterator is done.

Definition at line 343 of file int.hpp.

◆ operator++()

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

Increment to next relation type.

Definition at line 347 of file int.hpp.

◆ irt()

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

Return current relation type.

Definition at line 351 of file int.hpp.


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