Test::PropKinds Class Reference
[General test support]
#include <test.hh>
Detailed Description
Iterator for propagation kinds.Definition at line 80 of file test.hh.
Public Member Functions | |
PropKinds (void) | |
Initialize iterator. | |
bool | operator() (void) const |
Test whether iterator is done. | |
void | operator++ (void) |
Increment to next propagation kind. | |
Gecode::PropKind | pk (void) const |
Return current propagation kind. |
Constructor & Destructor Documentation
Test::PropKinds::PropKinds | ( | void | ) | [inline] |
Member Function Documentation
bool Test::PropKinds::operator() | ( | void | ) | const [inline] |
void Test::PropKinds::operator++ | ( | void | ) | [inline] |
Gecode::PropKind Test::PropKinds::pk | ( | void | ) | const [inline] |
The documentation for this class was generated from the following files: