Iterates the values to be removed as defined by an array of Boolean views. More...
Public Member Functions | |
BoolIter (const ViewArray< BoolView > &x0, int o0) | |
Initialize iterator. | |
bool | operator() (void) const |
Test whether further values available. | |
int | val (void) const |
Return value. | |
void | operator++ (void) |
Move to the next value. | |
Iterates the values to be removed as defined by an array of Boolean views.
Definition at line 39 of file link-multi.cpp.
Initialize iterator.
Definition at line 59 of file link-multi.cpp.
|
inline |
Test whether further values available.
Definition at line 65 of file link-multi.cpp.
|
inline |
Return value.
Definition at line 69 of file link-multi.cpp.
|
inline |
Move to the next value.
Definition at line 74 of file link-multi.cpp.