SoftFilters
0.1.0
Arduino framework and library of software data filters.
|
Public Member Functions | |
VAL_T | operator* () |
Dereference the iterator to obtain the value it points at. | |
void | operator++ () |
Prefix increment operator. More... | |
bool | operator!= (NodeIterator< VAL_T > const &it) |
Comparison between two iterators. More... | |
NodeIterator (LinkedListNode< VAL_T > *n) | |
Private Attributes | |
LinkedListNode< VAL_T > * | ptr |
|
inline |
Comparison between two iterators.
!=
operator is implemented, not the ==
operator.
|
inline |
Prefix increment operator.
++iter
.