
Value iterator for selecting only negative values. More...
#include <values-negative.hpp>
Protected Attributes | |
| I | i |
| Input iterator. | |
Constructors and initialization | |
| Negative (void) | |
| Default constructor. | |
| Negative (I &i) | |
| Initialize with values from i. | |
| void | init (I &i) |
| Initialize with values from i. | |
Iteration control | |
| bool | operator() (void) const |
| Test whether iterator is still at a value or done. | |
| void | operator++ (void) |
| Move iterator to next value (if possible) | |
Value access | |
| int | val (void) const |
| Return current value. | |
Value iterator for selecting only negative values.
If strict is true, zero is excluded.
Definition at line 43 of file values-negative.hpp.
|
inline |
Default constructor.
Definition at line 76 of file values-negative.hpp.
|
inline |
Initialize with values from i.
Definition at line 86 of file values-negative.hpp.
|
inline |
Initialize with values from i.
Definition at line 80 of file values-negative.hpp.
|
inline |
Test whether iterator is still at a value or done.
Definition at line 95 of file values-negative.hpp.
|
inline |
Move iterator to next value (if possible)
Definition at line 90 of file values-negative.hpp.
|
inline |
Return current value.
Definition at line 105 of file values-negative.hpp.
|
protected |
Input iterator.
Definition at line 46 of file values-negative.hpp.