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 498 of file search.cpp.
|
inline |
Initialize iterator.
Definition at line 506 of file search.cpp.
|
inline |
Test whether iterator is done.
Definition at line 508 of file search.cpp.
|
inline |
Increment to next constrain type.
Definition at line 512 of file search.cpp.
|
inline |
Return current constrain type.
Definition at line 516 of file search.cpp.