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 411 of file search.cpp.
|
inline |
Initialize iterator.
Definition at line 419 of file search.cpp.
|
inline |
Test whether iterator is done.
Definition at line 421 of file search.cpp.
|
inline |
Increment to next constrain type.
Definition at line 425 of file search.cpp.
|
inline |
Return current constrain type.
Definition at line 429 of file search.cpp.