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. More... | |
bool | operator() (void) const |
Test whether further values available. More... | |
int | val (void) const |
Return value. More... | |
void | operator++ (void) |
Move to the next value. More... | |
Iterates the values to be removed as defined by an array of Boolean views.
Definition at line 43 of file link-multi.cpp.
Initialize iterator.
Definition at line 63 of file link-multi.cpp.
|
inline |
Test whether further values available.
Definition at line 69 of file link-multi.cpp.
|
inline |
Return value.
Definition at line 73 of file link-multi.cpp.
|
inline |
Move to the next value.
Definition at line 78 of file link-multi.cpp.