Iterator for constrain types. More...
Public Member Functions | |
ConstrainTypes (void) | |
Initialize iterator. | |
bool | operator() (void) const |
Test whether iterator is done. | |
void | operator++ (void) |
Increment to next constrain type. | |
HowToConstrain | htc (void) const |
Return current constrain type. |
Iterator for constrain types.
Definition at line 677 of file search.cpp.
|
inline |
Initialize iterator.
Definition at line 685 of file search.cpp.
|
inline |
Test whether iterator is done.
Definition at line 687 of file search.cpp.
|
inline |
Increment to next constrain type.
Definition at line 691 of file search.cpp.
|
inline |
Return current constrain type.
Definition at line 695 of file search.cpp.