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