Test::Set::SetRelTypes Class Reference
Iterator for set relation types. More...
#include <set.hh>
Public Member Functions | |
SetRelTypes (void) | |
Initialize iterator. | |
bool | operator() (void) const |
Test whether iterator is done. | |
void | operator++ (void) |
Increment to next relation type. | |
Gecode::SetRelType | srt (void) const |
Return current relation type. |
Detailed Description
Iterator for set relation types.
Definition at line 314 of file set.hh.
Constructor & Destructor Documentation
Test::Set::SetRelTypes::SetRelTypes | ( | void | ) | [inline] |
Member Function Documentation
bool Test::Set::SetRelTypes::operator() | ( | void | ) | const [inline] |
void Test::Set::SetRelTypes::operator++ | ( | void | ) | [inline] |
Gecode::SetRelType Test::Set::SetRelTypes::srt | ( | void | ) | const [inline] |
The documentation for this class was generated from the following files: